10 Feb
2007
10 Feb
'07
6:54 a.m.
On Feb 09, jeremi joslin wrote :
ok, so the problem is what ludovic says. increase the memory of your java.Look inside the catalina.sh to change the memory size, and increase it to at least 256M. it's a parameter (looks like this i think : "-X64m") to java.
-Xmx256m -Xms256m this sets the maximum and minimum heap size to 256M. (If you know that the heap is going to grow anyways it is better to make it large from the beginning). Pablo