linux - How to change ulimit in CentOS6 -


i using centos6.6 , trying install hdp2.2

when do: ulimit -sn value 1024

when do: ulimit -hn value 4096

the recommended maximum number of open file descriptors 10000, or more.

i trying increase value. have checked several link , trying follow steps not getting success. looking increase value.

centos different rhel5, need modify file /etc/security/limits.conf, add follow sentences end of file:

*           soft    nofile          655350 *           hard    nofile          655350 

then, relogin system(very important). gook luck.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -