diff --git a/distribution/src/main/resources/config/jvm.options b/distribution/src/main/resources/config/jvm.options index fecb7e00493a6..2feba02550998 100644 --- a/distribution/src/main/resources/config/jvm.options +++ b/distribution/src/main/resources/config/jvm.options @@ -59,6 +59,9 @@ # use our provided JNA always versus the system one -Djna.nosys=true +# flag to explicitly tell Netty to not use unsafe +-Dio.netty.noUnsafe=true + ## heap dumps # generate a heap dump when an allocation from the Java heap fails