Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/04/2016, 08:17
sulator
 
Fecha de Ingreso: septiembre-2013
Mensajes: 32
Antigüedad: 11 años, 2 meses
Puntos: 0
Pregunta Out of memory

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 bytesshmgetCannot allocate memory (12)
Fri Apr 29 13:18:05 2016 (4054): Fatal Error Unable to allocate shared memory segment of 67108864 bytesmmapCannot allocate memory (12)
Fri Apr 29 13:17:44 2016] [error] (12)Cannot allocate memoryforkUnable to fork new process
[critMemory allocation failedaborting process.
[
Fri Apr 29 13:18:04 2016] [noticechild pid 4044 exit signal Aborted (6)

[
Fri Apr 29 13:15:53 2016] [warn] (12)Cannot allocate memorymod_fcgidspawn process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper error
[Fri Apr 29 13:15:53 2016] [error] (12)Cannot allocate memorymod_fcgidcan'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 memorymod_fcgidspawn process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper error
[Fri Apr 29 13:17:46 2016] [error] (12)Cannot allocate memorymod_fcgidcant run /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[Fri Apr 29 13:17:46 2016] [warn] (12)Cannot allocate memorymod_fcgidspawn 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

Última edición por sulator; 29/04/2016 a las 08:28