Skip to content

Commit c84530e

Browse files
authored
Set the memory limit to 1G by default. (#53)
1 parent d62e31d commit c84530e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/hyperf.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
ini_set('display_errors', 'on');
55
ini_set('display_startup_errors', 'on');
6+
ini_set('memory_limit', '1G');
67

78
error_reporting(E_ALL);
89

0 commit comments

Comments
 (0)