Increase max memory to 512MB.
This commit is contained in:
parent
a720cd73ab
commit
aabc4e14fe
@ -36,7 +36,7 @@
|
|||||||
* \brief File that defines environment for Dolibarr GUI pages only (file not required by scripts)
|
* \brief File that defines environment for Dolibarr GUI pages only (file not required by scripts)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//@ini_set('memory_limit', '128M'); // This may be useless if memory is hard limited by your PHP
|
@ini_set('memory_limit', '512M'); // This may be useless if memory is hard limited by your PHP
|
||||||
|
|
||||||
// For optional tuning. Enabled if environment variable MAIN_SHOW_TUNING_INFO is defined.
|
// For optional tuning. Enabled if environment variable MAIN_SHOW_TUNING_INFO is defined.
|
||||||
$micro_start_time = 0;
|
$micro_start_time = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user