mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
increase ulimit
1024 is not enough. This might be only on Ubuntu, where 1024 is already the default, but it's not just me.
This commit is contained in:
parent
1904008be3
commit
c5966e0980
1 changed files with 4 additions and 2 deletions
|
@ -132,9 +132,11 @@ Check your file descriptor limit with::
|
|||
|
||||
ulimit -n
|
||||
|
||||
If it is less than 1024, you should increase it with::
|
||||
If it is less than 2047, you should increase it with::
|
||||
|
||||
ulimit -n 2047
|
||||
(or "limit descriptors 2047" for c-shell)
|
||||
|
||||
ulimit -n 1024
|
||||
|
||||
Running the tests
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Reference in a new issue