Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

R8: java.lang.OutOfMemoryError: GC overhead limit exceeded react-native

android {
//snip
//add this into your existing 'android' block
 dexOptions {
 javaMaxHeapSize "4g"
 }
//snip
}
Source by metova.com #
 
PREVIOUS NEXT
Tagged: #GC #overhead #limit #exceeded
ADD COMMENT
Topic
Name
3+6 =