摘要: 一、服务器基础配置(所有服务器节点) 1、解除 Linux 系统限制 执行: vim /etc/security/limits.conf 添加如下内容: * soft noproc 65535 * hard noproc 65535 * soft nofile 65535 * hard nofile 阅读全文
posted @ 2020-05-20 22:29 幻世星辰 阅读(205) 评论(0) 推荐(0)