stardog-union / helm-charts

Stardog Helm Charts
Apache License 2.0
9 stars 12 forks source link

Use G1 Java garbage collector by default #56

Closed pdmars closed 2 years ago

pdmars commented 2 years ago

The g1 gc has shown to be better than the current default UseParallelOldGC at minimizing lengthy gc pauses, which can lead to alive checks failing if the gc pauses exceed the timeout for alive checks.