martmists
05/14/2022, 11:00 PM> Task :kpy-sample:kspKotlinPy FAILED
e: Compilation failed: Metaspace
* Source files: MyClass.kt, Extra.kt, More.kt, kpy-module.kt, kpy-module.kt, entrypoint.kt
* Compiler version info: Konan: 1.6.21 / Kotlin: 1.6.21
* Output kind: LIBRARY
e: java.lang.OutOfMemoryError: Metaspace
It seems KSP is taking up a fair bit of memory, causing my github actions runner to crash. What should I do to reduce this?
Here's the full error log:Jiaxiang
05/16/2022, 5:01 AMmartmists
05/18/2022, 9:03 AM