以root用户运行 ulimit -a 命令,其中有两个参数分别为:
  open files和max user processes 
 
  修改方法: 
 
   vi /etc/security/limits.conf 
 
* soft nofile 65535
 
* soft nofile 65535
  *          hard    nofile  65535 
 
  *           soft    nproc   2047 
 
* hard nproc 16384
					* hard nproc 16384
