1

Main memory cache is bloating as user requests more number of images. As user session progresses, main memory size increases which applies excess pressure on memory. This is causing out of memory exception.

Vinay Bagale
  • 2,361
  • 4
  • 36
  • 45

1 Answers1

1

You can clear your cache memory using following methods

Shared.dataCache.clearMainMemory()

Shared.imageCache.clearMainMemory()

Shared.JSONCache.clearMainMemory()

Shared.stringCache.clearMainMemory()