Skip to content

Commit

Permalink
🩹 Increase reserved memory for error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Jun 26, 2022
1 parent b3e7dbf commit d2105ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Roots/Acorn/Bootstrap/HandleExceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class HandleExceptions extends FoundationHandleExceptionsBootstrapper
*/
public function bootstrap(Application $app)
{
self::$reservedMemory = str_repeat('x', 10240);
self::$reservedMemory = str_repeat('x', 32768);

$this->app = $app;

Expand Down

0 comments on commit d2105ff

Please sign in to comment.