On Thu, Oct 15, 2009 at 13:55, Vincent Massol <[email protected]> wrote:
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
I get 112M with the same setting (-XX:MaxPermSize=64m)
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 _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne