Opened 16 years ago
Closed 16 years ago
#961 closed defect (fixed)
Update php.ini values for stability
Reported by: | Martin Morrison | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | Installer | Version: | 2.0.2 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
The default values (php.ini) for the following also need turned up.
;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;;
max_execution_time = 60 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 64M ; Maximum amount of memory a script may consume
In a nutshell, if someone is on dial-up and is running a higher res monitor, it takes the script longer to download the new image than the timeout allows. I changed the max_execution_time to 180, made a huge difference in stability. I also set the memory_limit to 256M.
Fixed in r3814