`

change limit in Ubuntu

阅读更多

permanently change limit value needs following steps:

 

sudo nano/etc/pam.d/su

 

add or uncomment

 

session    required   pam_limits.so

 

sudo nano /etc/security/limits.conf

 

add

 

*       soft  nofile   8000                                                    
*       hard  nofile  65000

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics