Hola,
CPU Intel Xeon E312xx (Sandy Bridge) (4 core(s))
Versión Plesk v12.5.30 os_CentOS 6
SO CentOS 6.7 (Final)
Memoria 8GB
Alguien puede ayudarme? revisando el fichero de log /var/log/httpd/error_log
Tengo una mayoría de mensajes de este tipo:
Código PHP:
Fri Apr 29 13:18:05 2016 (4053): Fatal Error Unable to allocate shared memory segment of 67108864 bytes: shmget: Cannot allocate memory (12)
Fri Apr 29 13:18:05 2016 (4054): Fatal Error Unable to allocate shared memory segment of 67108864 bytes: mmap: Cannot allocate memory (12)
Fri Apr 29 13:17:44 2016] [error] (12)Cannot allocate memory: fork: Unable to fork new process
[crit] Memory allocation failed, aborting process.
[Fri Apr 29 13:18:04 2016] [notice] child pid 4044 exit signal Aborted (6)
[Fri Apr 29 13:15:53 2016] [warn] (12)Cannot allocate memory: mod_fcgid: spawn process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper error
[Fri Apr 29 13:15:53 2016] [error] (12)Cannot allocate memory: mod_fcgid: can't run /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[Fri Apr 29 13:15:53 2016] [warn] (12)Cannot allocate memory: mod_fcgid: spawn process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper error
[Fri Apr 29 13:15:53 2016] [error] (12)Cannot allocate memory: mod_fcgid: can't run /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[Fri Apr 29 13:15:53 2016] [warn] (12)Cannot allocate memory: mod_fcgid: spawn process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper error
[Fri Apr 29 13:17:46 2016] [error] (12)Cannot allocate memory: mod_fcgid: cant run /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[Fri Apr 29 13:17:46 2016] [warn] (12)Cannot allocate memory: mod_fcgid: spawn process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper error
Podría ser que tengo que aumentar algún parámetro de fcgid.conf?
Código PHP:
FcgidMaxRequestsPerProcess 500
FcgidMaxProcesses 1000
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 100
FcgidIdleScanInterval 30
FcgidZombieScanInterval 3
FcgidErrorScanInterval 3
FcgidBusyScanInterval 120
FcgidInitialEnv RAILS_ENV production
FcgidProcessLifeTime 3600
FcgidConnectTimeout 100
FcgidIdleTimeout 300
FcgidIOTimeout 600
FcgidBusyTimeout 3600
FcgidMaxRequestLen 100000000
He buscado información por google pero no encuentro solución al problema y lo que encuentro no hace efecto. que provoca estos mensajes? gracias