15 Oct
2009
15 Oct
'09
11:55 a.m.
Hi, Since we need 65MB of perm size and since Sun's JVMs have it set to 32 (client) or 64MB (server) by default I propose to modify our default shell script that start xwiki with: JAVA_OPTS="-Xmx300m -XX:MaxPermSize=64m" WDYT? Note that strangely for me, I get 64m+32m=96mb of non heap space with this setting. If I use MaxPermSize=96m then I get 128mb. I still haven't figured this out. Could it be that MaxPermSize is the additional memory from the default (32m for client)? Thanks -Vincent