Haven't read the rest of the conversation but I supose you are talking
about "Too many open files" exception on LInux? Thi bug has given me a
headache a coupe of times, but this is how you fix it:

go to /etc/security/limits.conf go towards the end of it and you
should see commented settings in this rofmat

<username> <limit type> <item> <value>

add one of your own... for example

* hard nofile 20000 (this is how I use it) means <all users> <hard
type> <number of files> <number od files open>

that should solve your problem...

Regards,
Vasko

On Wed, Sep 3, 2008 at 10:51 PM, Christian Menzel
<[email protected]> wrote:
>
> On Mi, 2008-09-03 at 20:56 +0200, Adrian Butnaru wrote:
> > If I type ulimit command I receive "unlimited" result.
>
> use 'ulimit -a' and have a look at the 'open files' line
>
>
> ----------------------------------------------------------------
> for list details see
> http://documentation.magnolia.info/
> ----------------------------------------------------------------

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

Reply via email to