Changes

Jump to navigation Jump to search
271 bytes added ,  15:48, 15 August 2013
add solution to "too many open files" error
\stoptext
</texcode>
 
== Too many open files ==
 
With bigger projects and the above setup you might run into "too many open files" errors, at least in Linux, OSX and other Unix-like OSes.
Ask your shell about the open files maximum and set it higher:
 
$ ulimit -n
256
ulimit -S -n 2048
== Deprecation ==

Navigation menu