Brendan Weinstein
03/04/2020, 4:50 AMnative-mt
branch of the coroutines library using kotlin 1.3.70 and getting the below error message:
Expiring Daemon because JVM heap space is exhausted
Any pointers? When I've been running into ios-specific issues in my codebase, I've been using the nativeTest setup in coroutines to write sanity tests to confirm or reject learnings. It takes a good 1-2 minutes with kotlin 1.3.61 to compile and run the tests though, so I am eager to see some improvement.itnoles
03/04/2020, 5:11 AMBrendan Weinstein
03/04/2020, 5:16 AMorg.gradle.jvmargs=-Xmx4096m
to gradle.properties and can finish compilinglouiscad
03/04/2020, 6:48 AMelizarov
03/04/2020, 9:26 AMdevelop
, moved to Kotlin 1.3.70, added more memory for compiler.elizarov
03/04/2020, 12:18 PMnative-mt
branch is currently not passing tests under Kotlin 1.3.70
. There will be no native-mt
release for Kotlin 1.3.70
.louiscad
03/04/2020, 12:44 PMelizarov
03/04/2020, 12:45 PMBrendan Weinstein
03/14/2020, 9:23 PM