Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Nov 22, 2024
1 parent 6809fe9 commit e965076
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GaelO2/app/GaelO/UseCases/ExportStudyData/ExportStudyData.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public function execute(ExportStudyDataRequest $exportStudyDataRequest, ExportSt

try {

#increase memory limit as php zip stores metadata file in memory until final generation of zip
ini_set("memory_limit", "512")

$studyName = $exportStudyDataRequest->studyName;

$this->checkAuthorization($exportStudyDataRequest->currentUserId, $studyName);
Expand Down

0 comments on commit e965076

Please sign in to comment.