You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dockerfile for java_vertx_grpc specifies -XX:+UseSerialGC.
Separate benchmarks for each GC should probably be made or this line should probably be removed to just let the VM select the most appropriate GC algorithm.
The text was updated successfully, but these errors were encountered:
The Dockerfile for
java_vertx_grpc
specifies-XX:+UseSerialGC
.Separate benchmarks for each GC should probably be made or this line should probably be removed to just let the VM select the most appropriate GC algorithm.
The text was updated successfully, but these errors were encountered: