loftuxab / alfresco-ubuntu-install

Alfresco script based install for Ubuntu
https://loftux.com/products-and-add-ons/alfresco-utilities
166 stars 123 forks source link

Suggestion to change the Garbabe Collector configuration #107

Closed douglascrp closed 5 years ago

douglascrp commented 6 years ago

The default configuration for Garbage Collector is still using what was recommended by Alfresco docs when the Solr process used to run in the same JVM as Alfresco (-XX:+UseConcMarkSweepGC -XX:+UseParNewGC)

Nowadays, there are better alternatives, and I am using (tks @afaust for the tip) "-XX:+UseG1GC -XX:+UseStringDeduplication"

I have been using this for all my installations without any problem.