Developers Documentation

×

Warning

301 error for file:https://clearos.com/dokuwiki2/lib/exe/css.php?t=dokuwiki&tseed=82873f9c9a1f5784b951644363f20ef8

User Tools

Site Tools


Manually Increase the Ulimit on ClearOS 6

On large environments, an increase in the ulimit can increase the performance.

Testing

To see what your current ulimit is set to run the following:

ulimit -n

To temporarily set it higher, run:

ulimit -n 65536

The system will revert back to it's standard ulimit. To change it permanently, refer to the next section.

Settings

To tweak this environment variable, log in to ClearOS using SSH or from the console navigate to the command line.

Edit the following file:

/etc/security/limits.conf

Add the following lines at the end of the file:

* hard nofile 65536

content/en_us/kb_o_manually_increase_the_ulimit.txt · Last modified: 2016/07/20 09:00 by dloper

https://clearos.com/dokuwiki2/lib/exe/indexer.php?id=content%3Aen_us%3Akb_o_manually_increase_the_ulimit&1714188381