Opened 15 years ago

Closed 15 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.

Change History (1)

comment:1 by jng, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r3814

Note: See TracTickets for help on using tickets.