View Single Post
  #10 (permalink)  
Old 02-05-2008, 04:35 PM
mansoor mansoor is offline
Zimbra-Yahoo Consultant
 
Posts: 3
Default Please examine system limits

Hello,

Can you please paste the contents of /etc/security/limits.conf ?
It appears that the limit of open file descriptors is 1024 on the system.

As a temporary workaround, please do the following:
1. stop nginx (zmproxyctl stop) -- run this command as zimbra user
2. edit nginx.conf.in (/opt/zimbra/conf/nginx.conf.in) and edit the value of worker_connections from 10240 to 1024
3. restart nginx (zmproxyctl start) -- run this command as zimbra user
4 . connect via thunderbird and see if you are getting this problem

Thanks
Reply With Quote