We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
would you accept a PR to set -XX:+UseConcMarkSweepGC (optionally) in start.sh?
-XX:+UseConcMarkSweepGC
this increases CPU slightly but reduces GC related CPU spikes
https://docs.oracle.com/javase/8/docs/technotes/guides/vm/gctuning/cms.html
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
ok checking here https://forum.languagetool.org/t/community-languagetool-org-has-moved-to-a-new-server/3068/2?u=lsmith
Erikvl87
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: