java - JBoss Heap Space issue Due to Image Uploads -
We have a web application in which the users are uploading hundreds of images via the web. The application then moves these images and sends them to the archive (filename).
The problem we are seeing is that the gap is replacing the heap and the application is crashing.
It seems for some reason that these images are not being cleared through garbage collection, even though they are no longer being referred.
We used AppDynamics on our Zebus server to monitor monitor and memory leaks. So far, we have not got any.
Should we consider any suggestions other than this?
Thank you.
I'm assuming that you're using the FileNet Content Engine to see the first thing to do with memory leaks Will be. Since you said that no one has found you, there are some practical tips to try it:
- Allocate more heap space and see the time to crash at that time. See more space allocation in any significant difference, see
- Scale horizontally by adding more server examples to reduce the load per server and inspect the time taken for the pile time to fill. If it decreases proportionally, it means that your server is overloaded.
- If you are using a third-party software, see the memory records there.
- Problem
Comments
Post a Comment