You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Krzysztof Swietlinski <kr...@swietlik.org> on 2003/02/23 03:06:28 UTC

OutOfMemory and fork

Hi,
How can I set JVM properties for forked processes?
I've got a project that has maven.junit.fork = true and one of the tests is
failing with OutOfMemory exception. I tried MAVEN_OPTS=-Xmx512MB, but this
affects only JVM that maven is running on and not forked processes :(
Any help?
 -- Krzysztof