Android Question Increase B4A compiler memory

apty

Active Member
Licensed User
Longtime User
How do i increase the compiler memory for an app that has many dependencies. I keep getting the below error

B4X:
UNEXPECTED TOP-LEVEL ERROR:
java.lang.OutOfMemoryError: GC overhead limit exceeded

I understand i need to set javaMaxHeapSize. How is it done?
 
Top