Today just hit an OutOfMemoryError when using Gant build script to compile my code.
Google for way to set heap size for Gant, but in the end found the solution by set it in JAVA_OPTS.
set JAVA_OPTS="-Xmx512M"
// shall I write some keywords here to boost search engine ranking?
Today just hit an OutOfMemoryError when using Gant build script to compile my code.
Google for way to set heap size for Gant, but in the end found the solution by set it in JAVA_OPTS.
set JAVA_OPTS="-Xmx512M"
No comments:
Post a Comment