java lang outofmemoryerror 28no error message 29 react native

Solutions on MaxInterview for java lang outofmemoryerror 28no error message 29 react native by the best coders in the world

showing results for - "java lang outofmemoryerror 28no error message 29 react native"
Elisa
04 Jun 2020
1add the below code inside android/gradle.properties:
2
3org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError
4org.gradle.daemon=true
5org.gradle.parallel=true
6org.gradle.configureondemand=true