I'm building a clustered environment for OXSE (6.14 as soon as available) using two Dell PowerEdge 1950 with 6GB RAM.
I'm following this guide:
Load balancing and clustering Open-Xchange
but I don't see any hint regarding JVM memory configuration.
Looking at this file:
/opt/open-xchange/etc/groupware/ox-scriptconf.sh
I see that the default JVM settings are:
JAVA_XTRAOPTS="-Xms512m -Xmx512m -XX:+UseConcMarkSweepGC -XX:NewSize=256m -XX:MaxNewSize=256m -XX:SurvivorRatio=6"
I've just installed RHEL 5 (64 bit version) on both machines and I would like to optimize JVM settings for taking advantage of the available memory (6GB physical RAM).
Any advise?
I'm following this guide:
Load balancing and clustering Open-Xchange
but I don't see any hint regarding JVM memory configuration.
Looking at this file:
/opt/open-xchange/etc/groupware/ox-scriptconf.sh
I see that the default JVM settings are:
JAVA_XTRAOPTS="-Xms512m -Xmx512m -XX:+UseConcMarkSweepGC -XX:NewSize=256m -XX:MaxNewSize=256m -XX:SurvivorRatio=6"
I've just installed RHEL 5 (64 bit version) on both machines and I would like to optimize JVM settings for taking advantage of the available memory (6GB physical RAM).
Any advise?
Comment