GBase 8a
安装配置
文章

ulimit:open files:cannot modify limit:operation not permitted

发表于2024-12-30 17:37:33106次浏览1个评论

1.手动验证
验证ulimit -n 655360
报错 ulimit:open files:cannot modify limit:operation not permitted
 

2.排查
ulimit -a查看 是否设置成功如果没有,需要进行下面设置
ssh -V 查看版本号

 

3.需要修改/etc/security/limit.conf   将*设置成gbase    
# Added by gcluster
*       soft    nofile  655360
# Added by gcluster
*       hard    nofile  655360
# End of file

重启ssh

评论

登录后才可以发表评论
用户头像
levvel发表于 6个月前
虚心向前辈学习