解决: 首先打开limits.conf文件:vim /etc/security/limits.conf在end前贴入指令: * soft nofile 65536 * hard nofile 131072 * soft nproc 2048 * hard nproc 4096