1

Topic: a lof of error such as No child available to handle incoming request

==== Required information ====
- iRedMail version (check /etc/iredmail-release):0.9.2
- Linux/BSD distribution name and version: ubuntu14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):ldap
- Web server (Apache or Nginx):apache
- Manage mail accounts with iRedAdmin-Pro?2.3.1
- Related log if you're reporting an issue:
====
i have a lot of erros as below

Nov 08 15:30:56 sogod [4143]: [ERROR] <0x0x7f6f47886398[WOWatchDog]> No child available to handle incoming request!
Nov 08 15:30:56 sogod [4144]: [ERROR] [we-rm] did not find locale for language: Turkish
Nov 08 15:30:56 sogod [4143]: [ERROR] <0x0x7f6f47886398[WOWatchDog]> No child available to handle incoming request!
Nov 08 15:30:56 sogod [4144]: <0x0x7f6f47c7b608[SOGoActiveSyncDispatcher]> Sleeping 10 seconds while detecting changes...
Nov 08 15:31:06 sogod [4145]: [ERROR] [we-rm] did not find locale for language: Turkish

i have 16 gbyte ram and the part of sogo.conf;
    WOWorkersCount = 100;
    SxVMemLimit = 6608;

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: a lof of error such as No child available to handle incoming request

Update 'PREFORK=' in /etc/default/sogo to use more wokers, default is 10 and commented out.

3

Re: a lof of error such as No child available to handle incoming request

thanks