I have a website running on Joomla, PHP, Centos, WHM and on a specific part of it a script run's and does extraction of a zip file (the zip is already on the server).
However, the extraction never completes. The process ends with the command "+++ killed by SIGKILL +++".
Further research proved that SIGKILL is more of a linux term where the system is ending the process rather than a PHP timeout.
I have made sure that I have more than enough PHP limits. i.stack.imgur.com/1nYzJ.png
I have further noted down that the process ends exactly at 300 seconds every time. Is there a System level limit that needs to be changed here?
However, the extraction never completes. The process ends with the command "+++ killed by SIGKILL +++".
Further research proved that SIGKILL is more of a linux term where the system is ending the process rather than a PHP timeout.
I have made sure that I have more than enough PHP limits. i.stack.imgur.com/1nYzJ.png
I have further noted down that the process ends exactly at 300 seconds every time. Is there a System level limit that needs to be changed here?
Last edited by a moderator: