This message was deleted.
# android
s
This message was deleted.
n
I recommend examining a heap dump to understand the root cause.
a
I'll prepare some heap dumps with VisualVM, is there any other option to gather heap dumps?
n
you can pass a JVM flag to dump the heap on OOM:
-XX:+HeapDumpOnOutOfMemoryError
1
m
Might also be normal operation? Android builds do take a fair amount of memory so I'd give the build at least 2GB of RAM, maybe more?
a
We've set 16GB of ram and still failing
m
Uh oh yea then memory leak somewhere looks like..
a
I'll come back to you all with my findings. @no thanks for the flag
👍 1