I'm trying to run a script locally using Apache 2.2 and PHP5. My php.ini files initially had timeouts set at 30 seconds and memory max set at 32MB. I kept getting memory overrun errors.
I changed my php.ini files to 60 seconds and 128M (same error), then 120 seconds and 256M (same error), then 90 seconds and 512M (same error).
Is there anything else I could try, or is the script just that much of a resource hog?
I changed my php.ini files to 60 seconds and 128M (same error), then 120 seconds and 256M (same error), then 90 seconds and 512M (same error).
Is there anything else I could try, or is the script just that much of a resource hog?