Skip to content

Commit

Permalink
increase ulimit
Browse files Browse the repository at this point in the history
1024 is not enough.  This might be only on Ubuntu, where 1024 is already the default, but it's not just me.
  • Loading branch information
pentabular committed Sep 2, 2012
1 parent 1904008 commit c5966e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c5966e0

Please sign in to comment.