Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
Many times we get java.lang.OutOfMemoryError: java heap space while building our project either by using maven or ANT just because heap size is not en
http://javarevisited.blogspot.com/2011/08/increase-heap-size-maven-ant...
Tutorial Statistics
Similar to Maven you can specify ANT_OPTS to specify JVM specific arguments for ANT build tool. Here is step by step guide to change the java heap space for ANT: 1. Go to ANT_HOME directory (directory where Ant has been installed) 2. Open ant.bat file and add following line on it export ANT_OPTS=-Xmx512m some time you may need to put the value –Xmx512M inside double quotes. More detail...
|
|
|