These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Resource Limits on the new forum.
To All-
I am running Virtualmin Pro and have a question. I am trying to import a medium size MySQL Table over 2.6MB in size - (I am doing this task through Phpmyadmin), after 30 seconds exactly the task dumps into "Internal Server Error". When I look at the logs, I see:
[warn] mod_fcgid: process 2858 graceful kill fail, sending SIGKILL
I suspect his is the cause since I keep trying and see the same error after I attempt the import. I have made edits to php.ini and changed the script timeout from 30 to 60, looked for another setting with a 30 and could not find one.
Excuse my ignorance but how do I fix this issue? Thanks!
Howdy,
Try going into System Settings -> Website Options, and in there set the "Maximum PHP script run time" option to a higher number. That should resolve the issue you're seeing.
-Eric
Thank you! I just wanted to clarify (just in case another person has the same issue). I went to:
1) Server Configuration > Website Options >
Then Changed 30 to Unlimited.
This fixed my issues.
Thanks!