Skip to content

Commit

Permalink
Allow 1024MB per request as the PHP memory limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Jul 18, 2024
1 parent a26e928 commit 475d11b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
exit($message);
}

// Increase the memory limit
ini_set('memory_limit', '10240M');

// Path to the front controller (this file)
define('FCPATH', __DIR__ . DIRECTORY_SEPARATOR);

Expand Down

0 comments on commit 475d11b

Please sign in to comment.