I am running Debian 5 64-bit 6.07 on Ubuntu 10.04 64-bit and was getting this every few hours too.
Put in this recommended fix from the bug thread and haven't had it since - I didn't comment it out but changed both 65536 to 204572.
Jim
------------------------------------------------------------------
Not sure if this will help, but we were having file descriptor limit problems
on each of our servers with 6.0.4 immediately after upgrading as well, despite
the zimbra user being set to 524288. I noticed something new in
/opt/zimbra/jetty/etc/jetty-setuid.xml... Near the end, there is a section that
wasn't present in 5.0.18 that looks like this:
<Call name="setRLimitNoFiles">
<Arg>
<New class="org.mortbay.setuid.RLimit">
<Set name="soft">65536</Set>
<Set name="hard">65536</Set>
</New>
</Arg>
</Call> |