Skip to content

Commit

Permalink
Bump ide sample heap size to 3 GB
Browse files Browse the repository at this point in the history
242 uses more memory and we keep getting "low memory" warnings
  • Loading branch information
rock3r committed Jul 5, 2024
1 parent 6865fb5 commit a72275e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/ide-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ intellijPlatform {
tasks {
runIde {
systemProperties["org.jetbrains.jewel.debug"] = "true"
jvmArgs = listOf("-Xmx3g")
}
}

0 comments on commit a72275e

Please sign in to comment.