Monday, March 4, 2019

How to increase heap size of java in Ant Build file

In the Build.xml
-------------------

In the javac dependent targets, change the value for below line.

<!-- add jvmarg -Xss16M or similar if you see a StackOverflowError -->
<jvmarg value="-Xmx2560M"/>


No comments:

Post a Comment