Skip to content

Commit

Permalink
Update docs/topics/gradle/gradle-compilation-and-caches.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Likhachev <[email protected]>
  • Loading branch information
2 people authored and sarahhaggarty committed Nov 4, 2024
1 parent c2773d8 commit 681dc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/gradle/gradle-compilation-and-caches.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The Kotlin daemon inherits a specific set of arguments from the Gradle daemon an
org.gradle.jvmargs=-Xmx1500m -Xms500m -XX:MaxMetaspaceSize=1g
```

would then result in the Kotlin daemon's JVM args being:
would then result in the Kotlin daemon's JVM args being similar to:

```none
-Xmx1500m -XX:ReservedCodeCacheSize=320m -XX:MaxMetaspaceSize=1g -XX:UseParallelGC -ea -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError -Djava.awt.headless=true -Djava.rmi.server.hostname=127.0.0.1 --add-exports=java.base/sun.nio.ch=ALL-UNNAMED
Expand Down

0 comments on commit 681dc1b

Please sign in to comment.