I use react-native on android. Everything was fine until I upgraded to latest version (0.59.4).
The build keeps failing with "Gradle build daemon disappeared unexpectedly" error on CircleCI. It works fine on local.
I know it's a memory issue and have tried multiple ways to set the java opts and stuff.
environment:
_JAVA_OPTIONS: '-Xms512m -Xmx3g'
GRADLE_OPTS: '-Xmx3g -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError"'
Also tried with setting in gradle.properties
. None of it is working.
For all those people who are still facing this. I split my build step into 2 parts.
./gradlew bundleReleaseJsAndAssets
./gradlew assembleRelease -x bundleReleaseJsAndAssets
With these 2 things the Circle CI
building worked fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With