码迷,mamicode.com
首页 > 其他好文 > 详细

ulimit设置完在其他用户上没有生效解决办法

时间:2020-05-03 18:35:23      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:login   elastic   ast   ulimit   sel   sshd服务   sea   max   vim   

修改/etc/security/limits.conf文件

*               soft    nofile          85536
*               soft    nproc           85536
*               hard    nofile          85536
*               hard    nproc           85536
*                -      nofile          85536
elasticsearch   sfot    nofile          100000
elasticsearch   hard    nofile          100000

 

vim /etc/security/limits.d/20-nproc.conf

*          soft    nproc     85536
*          hard    nproc     85536
root       soft    nproc     unlimited

 

vi /etc/ssh/sshd_config

将# UseLogin no

UseLogin yes

重启sshd服务

 

 

vim /etc/sysctl.conf

vm.max_map_count=655360
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_max_tw_buckets = 6000
net.ipv4.tcp_tw_reuse = 1
fs.file-max = 65536
net.ipv4.tcp_syncookies = 0
net.ipv4.tcp_orphan_retries = 1
net.ipv4.tcp_fin_timeout = 25
net.ipv4.tcp_max_orphans = 8192
net.ipv4.ip_local_port_range = 32768    61000

sysctl -p

 

ulimit设置完在其他用户上没有生效解决办法

标签:login   elastic   ast   ulimit   sel   sshd服务   sea   max   vim   

原文地址:https://www.cnblogs.com/sunlong88/p/12822679.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!