percona server的安装启动配置

1,调整最大文件数限制 ulimit -n 1024 #这个是默认值 echo ulimit -n 65535 >>/etc/profile source /etc/profile #加载修改后的profile ulimit -n #显示65535,修改完毕! 2,修改IO调度器设置 [root@mysql support-files]# cat /
相关文章
相关标签/搜索