Skip to content

Commit

Permalink
Reducing verbosity of php memory limit set.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Oct 13, 2016
1 parent 006877f commit ef57f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phing/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</if>

<!--Increase PHP memory limit. -->
<php expression="ini_set('memory_limit', '1G');" />
<php expression="ini_set('memory_limit', '1G');" level="${blt.exec_level}" />

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

Expand Down

0 comments on commit ef57f4c

Please sign in to comment.