PMC-1417
This commit is contained in:
@@ -24,12 +24,11 @@ use ProcessMaker\Core\JobsManager;
|
|||||||
use ProcessMaker\Core\System;
|
use ProcessMaker\Core\System;
|
||||||
use ProcessMaker\Plugins\PluginRegistry;
|
use ProcessMaker\Plugins\PluginRegistry;
|
||||||
|
|
||||||
$fn = '
|
register_shutdown_function(function () {
|
||||||
if (class_exists("Propel")) {
|
if (class_exists("Propel")) {
|
||||||
Propel::close();
|
Propel::close();
|
||||||
}
|
}
|
||||||
';
|
});
|
||||||
register_shutdown_function(create_function('', $fn));
|
|
||||||
|
|
||||||
ini_set('memory_limit', '512M');
|
ini_set('memory_limit', '512M');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user