Re: java.lang.OutOfMemoryError: PermGen space

2014-02-13 Thread Per Steffensen
-Dargs="-XX:MaxPermSize=128m" helped! Thanks On 13/02/14 08:48, Uwe Schindler wrote: Hi, On our Jenkins machines we disabled the HDFS tests because of this. The problem with your command line is: ANT_OPTS is giving the permgen space for the ANT process itself, but this has nothing to do with p

RE: java.lang.OutOfMemoryError: PermGen space

2014-02-12 Thread Uwe Schindler
Hi, On our Jenkins machines we disabled the HDFS tests because of this. The problem with your command line is: ANT_OPTS is giving the permgen space for the ANT process itself, but this has nothing to do with permgen used by the tests. To define the permgen space for the test runner must be passe