Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit d906de3

Browse files
committed
Upping Phing's memory limit to 1G.
1 parent 6973c9e commit d906de3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phing/build.xml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
</then>
1818
</if>
1919

20+
<!--Increase PHP memory limit. -->
21+
<php expression="ini_set('memory_limit', '1G');" />
22+
2023
<!--@todo Warn if Windows is being used.-->
2124

2225
<!-- Include task partials -->

0 commit comments

Comments
 (0)