Forum OpenACS Q&A: Re: too many open files

Collapse
2: Re: too many open files (response to 1)
Posted by Patrick Giagnocavo on
Usually this is due to the AOLserver process using up all its file handles that it is allowed to have by the OS.

The fix is to raise the number of file handles you can have using the limit or ulimit command.

Note that for a permanent fix, you can either place the command in your startup file, which is read each time you login, or you can place it in the shell script you use to start AOLserver.