Hi

On Ubuntu 12.04 with java 1.7.0_51 I eventually get "java.lang.OutOfMemoryError: PermGen space" when running the entire solr test-suite on trunk
cd .../trunk/solr
export ANT_OPTS="-XX:MaxPermSize=2048m -Xmx4096m"
nohup ant clean test >test.out 2>&1 &

I can see that there has been quite some talking about the issue, and some JIRAs but I have been unable to find a good solution. What can I do?

java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)

Regards, Per Steffensen


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to