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 d62e31d commit c84530eCopy full SHA for c84530e
bin/hyperf.php
@@ -3,6 +3,7 @@
3
4
ini_set('display_errors', 'on');
5
ini_set('display_startup_errors', 'on');
6
+ini_set('memory_limit', '1G');
7
8
error_reporting(E_ALL);
9
0 commit comments