Hi ppl!
I have a server running a 64 Ubuntu Server with 6Gb RAM.
I want to know, how to allocate this memory. I was thinking in this configuration:
JAVA_OPTS="-server -Xms3512M -Xmx3512M -XX:MaxPermSize=512M -XX:NewSize=1512M -Xss1M -verbose:gc -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:CMSInitiatingOccupancyFraction=70"
But I'm not sure if Alfresco needs more space in Old Generation or in New Generation.
Anyone knows something about that?