Wednesday, January 10, 2007

OutOfMemoryException with large Ant JUnit TestSuite

With large TestSuites Ant sometimes runs out of memory.
You can prevent this by increasing the Ant Memory. Simply type:
"export ANT_OPTS=-Xmx512M" on your console