Add io.netty.noResourceLeak option to microbench
This commit is contained in:
parent
c07b0cac70
commit
dba3aa2d4f
@ -49,7 +49,7 @@ final class StandardVm extends Vm {
|
||||
"-Xms768m", "-Xmx768m", "-XX:MaxDirectMemorySize=768m",
|
||||
"-XX:+AggressiveOpts", "-XX:+UseBiasedLocking", "-XX:+UseFastAccessorMethods",
|
||||
"-XX:+UseStringCache", "-XX:+OptimizeStringConcat",
|
||||
"-XX:+HeapDumpOnOutOfMemoryError");
|
||||
"-XX:+HeapDumpOnOutOfMemoryError", "-Dio.netty.noResourceLeakDetection");
|
||||
|
||||
if (type == MeasurementType.TIME) {
|
||||
Collections.addAll(
|
||||
|
Loading…
x
Reference in New Issue
Block a user