Using ACS 7.1.x enterprise edition.
Alfresco Docs - Configure repository
In above tune the JVM link, it only talks to set xmx and xms and explicitely mentions to not add any other configuration settings.
I am using host with 60G memory and by default the New size value is very small. If i set xms to 16 and xmx 32, will it be enough or do i need to set newsize, survivor ratio, permsize, etc. explicitely? Also, it does not talk anything about default GC config. Do they need to be added? I am using tomcat 9/jdk11 to deploy my app.
Solved! Go to Solution.
Hi:
If you look below, in the link provided, some notes are related for Stack size and New size too.
But, in principle it will be enough to set -Xms and -Xmx. You may use the default GC for your JVM, or trying something like -XX:+UseG1GC
In addition, you may use some profiling tool for monitoring and sizing your JVM. This is going to depend on your use case scenario, concurrent users...
Regards.
--C.
Hi:
If you look below, in the link provided, some notes are related for Stack size and New size too.
But, in principle it will be enough to set -Xms and -Xmx. You may use the default GC for your JVM, or trying something like -XX:+UseG1GC
In addition, you may use some profiling tool for monitoring and sizing your JVM. This is going to depend on your use case scenario, concurrent users...
Regards.
--C.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.