Skip to content

Commit

Permalink
Merge pull request #731 from Pixilib/GaelO2-dev
Browse files Browse the repository at this point in the history
increased memory limit
  • Loading branch information
salimkanoun authored Dec 1, 2024
2 parents 38fc3c5 + 7f5a233 commit a9164b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GaelO2/app/GaelO/UseCases/ExportStudyData/ExportStudyData.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public function execute(ExportStudyDataRequest $exportStudyDataRequest, ExportSt

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

Expand Down

0 comments on commit a9164b4

Please sign in to comment.