Hi all. One of my <builds> from my multiplatform l...
# multiplatform
x
Hi all. One of my builds from my multiplatform library targeting apple platforms consistently seem to run out of memory. I could break this out to multiple jobs - but is this something you've run into in the past?
2
l
We saw the same for M1 mac on CodeMagic. We modified the max heap in gradle.properties and that seemed to fix the issue.
Copy code
org.gradle.jvmargs=-Xmx6G -Dkotlin.daemon.jvm.options\="-Xmx6G"
x
Not sure if GitHub actions would let me fly off with 6Gs but I'll try 😄
That seem to have worked 🙌 Thank you
j
macOS on GitHub have 12 or 16gb, don't remember exactly