Browse Source

Fix demo run, add gradle.properties with bigger memory consumption (#2293)

pull/2297/head
dima.avdeev 2 years ago committed by GitHub
parent
commit
d7f251a369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      compose/gradle.properties

1
compose/gradle.properties

@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dkotlin.daemon.jvm.options=-XX:MaxMetaspaceSize=1g -Dlint.nullness.ignore-deprecated=true
Loading…
Cancel
Save