Skip to content

Commit

Permalink
Increase memory_limit for PHP to 1Gb of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
lisachenko committed Mar 22, 2024
1 parent 2d616ad commit 5120cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</include>
</source>
<php>
<ini name="memory_limit" value="512M" />
<ini name="memory_limit" value="1024M" />
</php>
</phpunit>

0 comments on commit 5120cd5

Please sign in to comment.