0

Java section in profiler consuming lot of memory on simple navigation. This results in an application crash. Any help would be very appreciated.

Tobias Wilfert
  • 919
  • 3
  • 14
  • 26

1 Answers1

0

it looks like you have a "memory leak". Yes, I know that in java garbage collector exist - but it is possible to create a memory leak. Please use Memory Analyzer Tool to find and resolve leaks.

mariopce
  • 1,116
  • 9
  • 17