Try to change memory limit dynamically

This commit is contained in:
Laurent Destailleur 2010-02-28 02:01:46 +00:00
parent 677b831b24
commit 2fba5c03f3

View File

@ -29,6 +29,8 @@
* \version $Id$
*/
@ini_set('memory_limit', '48M'); // This may be useless if memory is hard limited by your PHP
// For optionnal tuning. Enabled if environment variable DOL_TUNING is defined.
// A call first. Is the equivalent function dol_microtime_float not yet loaded.
$micro_start_time=0;