Skip to content

Commit

Permalink
fix: set max heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhangli committed Apr 13, 2023
1 parent 2803030 commit 2fef599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ platformPlugins = org.jetbrains.plugins.go,org.jetbrains.plugins.terminal,idea.p
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.5.1
runIde.autoReloadPlugins=true
#org.gradle.jvmargs=-XX\:MaxHeapSize\=4096m -Xmx8192m
org.gradle.jvmargs=-XX\:MaxHeapSize\=4096m -Xmx8192m
## Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
## suppress inspection "UnusedProperty"
#kotlin.stdlib.default.dependency = false
Expand Down

0 comments on commit 2fef599

Please sign in to comment.