Add io.netty.noResourceLeak option to microbench

This commit is contained in:
Trustin Lee 2013-06-20 18:32:24 +09:00
parent c07b0cac70
commit dba3aa2d4f

View File

@ -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(