Home
The Toolkit for Online Communities
15892 Community Members, 0 members online, 2213 visitors today
Log In Register

Forum OpenACS Q&A: Re: OACS3.2.5 "hanging"

OpenACS Home : Forums : OpenACS Q&A : Re: OACS3.2.5 "hanging" : One Message

+
Posted by Claudio Pasolini on
Not sure this is the problem, but it could be:

Check out the entry in /proc/sys/fs/file-max

        $ cat /proc/sys/fs/file-max

To change the value:

        echo XXXXX > /proc/sys/fs/file-max 
Hope this helps.