We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef372c commit 48958f1Copy full SHA for 48958f1
features/fixtures/symfony-5/src/Controller/OomController.php
@@ -23,7 +23,7 @@ public function bigOom(): Response
23
*/
24
public function smallOom(): Response
25
{
26
- ini_set('memory_limit', memory_get_usage() + (1024 * 1024 * 5));
+ ini_set('memory_limit', memory_get_usage() + (1024 * 1024 * 10));
27
ini_set('display_errors', true);
28
29
$i = 0;
0 commit comments