how to increase heap size? or how to overcome the problem related to heap size. I am facing error related to heap size. my error is:
Apex heap size too large: 9264402 Error is in expression '{!method}' in component in page page1
I have used transient keyword with my variable but it is not working for me. I am showing table on the page and if i use transient keyword, my table content is not being shown on my page.
So, please give me reply if you know how to solve this problem. thank you.