Common Errors

Revision as of 03:21, 21 June 2011 by TCAWiki (talk | contribs) (Created page with "== Too many open files (Linux) == Execute the following commands and you will see a certain limit set for the number of open files. su tcadmin ulimit -n To increase this limi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Too many open files (Linux)

Execute the following commands and you will see a certain limit set for the number of open files.

su tcadmin
ulimit -n

To increase this limit add the following lines to the end of /etc/security/limits.conf

tcadmin soft nofile 10240
tcadmin hard nofile 10240

To see if the new limits are applied execute the following commands.

su tcadmin
ulimit -Hn
ulimit -Sn

Restart the monitor for the changes to take effect.

Retrieved from "https://help.tcadmin.com/index.php?title=Common_Errors&oldid=336"