Re: Reduce memory-usage of maven 2

2006-09-10 Thread Elias Gerber
Hi Martijn On Sun, 2006-09-10 at 16:09 +0200, Martijn Dashorst wrote: > Probably the defaults for your jvm are too low. You can (read: should > be able to) increase the memory available for your Java runtime > environment by setting the following (assuming you use bash as a > shell): > > export J

Re: Reduce memory-usage of maven 2

2006-09-10 Thread Elias Gerber
Hi Dan On Sun, 2006-09-10 at 09:20 -0700, dan tran wrote: > surefire plugin by default spins off a new jvm, you can configure surefire > plugin's "forkMode" to none > > http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html Thank you very much for your help - it is working now :)

Reduce memory-usage of maven 2

2006-09-10 Thread Elias Gerber
OException: java.io.IOException: Cannot allocate memory at java.lang.UNIXProcess.(UNIXProcess.java:148) (The full output is at the bottom of this E-Mail) Now my question: Is it possible to reduce memory-usage of mvn? Or can I not avoid it to buy (rent) some more RAM? Thank you for any help. El