Skip to content

Commit 8f728ff

Browse files
committed
Increase the heap size for wasmJsBrowserDevelopmentRun
1 parent a543012 commit 8f728ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.configuration-cache=true
22
# For Wasm
33
# More memory is needed now to compile the Wasm target in Gradle
4-
org.gradle.jvmargs=-Xmx2G
4+
org.gradle.jvmargs=-Xmx4G
55
# For the `composeUi` custom source sets
66
#kotlin.mpp.applyDefaultHierarchyTemplate=false
77
# For Android

0 commit comments

Comments
 (0)