Skip to content

Commit a9164b4

Browse files
authored
Merge pull request #731 from Pixilib/GaelO2-dev
increased memory limit
2 parents 38fc3c5 + 7f5a233 commit a9164b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GaelO2/app/GaelO/UseCases/ExportStudyData/ExportStudyData.php

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public function execute(ExportStudyDataRequest $exportStudyDataRequest, ExportSt
3131

3232
//Make this task continues even the users leave to prevent removing created temporary files
3333
ignore_user_abort(true);
34+
//Increased memory limit
35+
ini_set('memory_limit', '1024M');
3436
//Operation might be long, set max execution time to 30 minutes
3537
set_time_limit(1800);
3638

0 commit comments

Comments
 (0)