Colton Idle
06/18/2025, 1:28 PMorg.gradle.jvmargs
. The project isn't really that big, but it does use buildSrc (😢), some code-gen + ksp and a bunch of modules. I think this app could probably just be one single module because the app really isn't that involved (but I can't change that now)
jvmargs is set to
-Xmx12g -Xms4g -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=2g -XX+HeapDumpOnOutOfMemoryError
The rest of the gradle.properties is pretty basic
android.useAndroidX=true
kotlin.code.style=official
kotlin.daemon.jvmargs-Xmx4g
Doesn't fail locally on my 16GB machine (but it is slow as heck), but fails on CI on a 16GB machine.Andrew Grosner
06/18/2025, 10:29 PMColton Idle
06/18/2025, 11:18 PMAndrew Grosner
06/18/2025, 11:21 PMVampire
06/19/2025, 3:47 AMColton Idle
06/19/2025, 12:39 PMVampire
06/19/2025, 7:32 PMColton Idle
06/20/2025, 12:16 PMColton Idle
06/20/2025, 12:20 PMColton Idle
06/20/2025, 12:32 PMColton Idle
06/25/2025, 12:48 PMVampire
06/25/2025, 12:49 PMVampire
06/25/2025, 12:50 PM