[mapguide-trac] #961: Update php.ini values for stability
MapGuide Open Source
trac_mapguide at osgeo.org
Wed Apr 8 12:39:48 EDT 2009
#961: Update php.ini values for stability
------------------------------+---------------------------------------------
Reporter: martinmorrison | Owner:
Type: defect | Status: new
Priority: medium | Milestone: 2.1
Component: Installer | Version: 2.0.2
Severity: minor | Keywords:
External_id: |
------------------------------+---------------------------------------------
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.
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/961>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list