Skip to content

Commit 672aea6

Browse files
authored
more memory for phpstan
1 parent 2cf994d commit 672aea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TESTCASE=
2-
PHPARGS=-dmemory_limit=64M
3-
#PHPARGS=-dmemory_limit=64M -dzend_extension=xdebug.so -dxdebug.remote_enable=1
2+
PHPARGS=-dmemory_limit=512M
3+
#PHPARGS=-dmemory_limit=512M -dzend_extension=xdebug.so -dxdebug.remote_enable=1
44

55
all:
66

0 commit comments

Comments
 (0)