Erikvl87 / docker-languagetool

Dockerfile for LanguageTool server - configurable

Home Page:https://hub.docker.com/r/erikvl87/languagetool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GC settings

lsmith77 opened this issue · comments

would you accept a PR to set -XX:+UseConcMarkSweepGC (optionally) in start.sh?

this increases CPU slightly but reduces GC related CPU spikes

https://docs.oracle.com/javase/8/docs/technotes/guides/vm/gctuning/cms.html

I am not that familiar with Java / those options. Is it still recommended to use -XX:+UseConcMarkSweepGC?
https://openjdk.org/jeps/291
https://openjdk.org/jeps/363