Skip to content

Commit

Permalink
Upping Phing's memory limit to 1G. (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Oct 11, 2016
1 parent 6973c9e commit 3addb42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phing/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
</then>
</if>

<!--Increase PHP memory limit. -->
<php expression="ini_set('memory_limit', '1G');" />

<!--@todo Warn if Windows is being used.-->

<!-- Include task partials -->
Expand Down

0 comments on commit 3addb42

Please sign in to comment.