Hi,
I am getting "Out of Memory" error sometimes in my application.
What may be the reason of getting this error and how to handle it?
Thanks
Hi,
I am getting "Out of Memory" error sometimes in my application.
What may be the reason of getting this error and how to handle it?
Thanks
There might be some memory leak.
Yep, basically free all memory that is not needed, and if you do require good amount of memory, then do increase your max heap value in your mmp file, so you won't be bound to it.