Rich Faces component memory leak issue.
-
Hi to all, I am using Rich face components like datatable, extend datatable, combo box, button, text etc... When ever this component is loading it is taking huge memory and later it is not release this memory (even I tried GC also) and reducing performance. How to improve performance and free memory as soon as page close or after component used. Thanks in advance.
-
Hi to all, I am using Rich face components like datatable, extend datatable, combo box, button, text etc... When ever this component is loading it is taking huge memory and later it is not release this memory (even I tried GC also) and reducing performance. How to improve performance and free memory as soon as page close or after component used. Thanks in advance.
- when is the memory assigned? - why is so much memory assigned? any special "things" in there that can use memory? Do you need to dispose the components after using them?
regards Torsten When I'm not working
-
- when is the memory assigned? - why is so much memory assigned? any special "things" in there that can use memory? Do you need to dispose the components after using them?
regards Torsten When I'm not working
-
a) As soon as page loading memory is assigned but it is not releasing memory after user log out. b) I am using rich component for that I am assigning value from Database (using BEAN). Slowly server memory filling to max. any suggestion.
You need to find it - good luck. memory leaks can be a pain in the *ss. Complicated to find and often caused by a little thing. Debug your database related stuff. Check the amount objects that are floating around in that area. You might be able to see which objects are causing the problems.
regards Torsten When I'm not working