Skip to content

Commit f1ee224

Browse files
committed
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
1 parent 2dcb05f commit f1ee224

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

distribution/src/main/resources/config/jvm.options

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
-Dio.netty.noUnsafe=true
7070
-Dio.netty.noKeySetOptimization=true
7171
-Dio.netty.recycler.maxCapacityPerThread=0
72-
-Dio.netty.allocator.type=unpooled
7372

7473
# log4j 2
7574
-Dlog4j.shutdownHookEnabled=false

0 commit comments

Comments
 (0)