一.环境配置
[root@test96 ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@test96 ~]# uname -r
3.10.0-957.el7.x86_641.修改文件限制
vi /etc/security/limits.conf
* hard nofile 65536
* soft nproc 4096
* hard nproc 4096
* soft memlock unlimited
* hard memlock unlimited 
