Skip to content

Commit 859c725

Browse files
committed
Increasing memory limit further to try and kill the segfault.
1 parent 74a900a commit 859c725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</logging>
2727

2828
<php>
29-
<ini name="memory_limit" value="256M" />
29+
<ini name="memory_limit" value="512M" />
3030
<ini name="zend.enable_gc" value="0" />
3131
</php>
3232

0 commit comments

Comments
 (0)