// shall I write some keywords here to boost search engine ranking?

Monday, November 23, 2009

Gant: OutOfMemoryError

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: