Remove disabling Netty pooled allocator
This commit reverts switching to the unpooled allocator (for now) to let some benchmarks run to see if this is the source of an increase in GC times. Relates #22452
This commit is contained in:
parent
2dcb05fca8
commit
f1ee2243b7
|
@ -69,7 +69,6 @@
|
|||
-Dio.netty.noUnsafe=true
|
||||
-Dio.netty.noKeySetOptimization=true
|
||||
-Dio.netty.recycler.maxCapacityPerThread=0
|
||||
-Dio.netty.allocator.type=unpooled
|
||||
|
||||
# log4j 2
|
||||
-Dlog4j.shutdownHookEnabled=false
|
||||
|
|
Loading…
Reference in New Issue