mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Try to change memory limit dynamically
This commit is contained in:
parent
677b831b24
commit
2fba5c03f3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user