diff --git a/docs/topics/gradle/gradle-compilation-and-caches.md b/docs/topics/gradle/gradle-compilation-and-caches.md index d5fac294463..8b77233eaa6 100644 --- a/docs/topics/gradle/gradle-compilation-and-caches.md +++ b/docs/topics/gradle/gradle-compilation-and-caches.md @@ -290,7 +290,6 @@ The Kotlin daemon also has a number of defaults: * -XX:UseParallelGC (if no other garbage collector was set) * -ea * -XX:+UseCodeCacheFlushing -* -XX:+HeapDumpOnOutOfMemoryError * -Djava.awt.headless=true * -D{java.servername.property}={localhostip} * --add-exports=java.base/sun.nio.ch=ALL-UNNAMED (Only for JDK 16+)