java.lang.OutOfMemoryError | Virtual Machine Out Of Memory
0
Hi, One of my applications on Acceptance server started to crash continuously during file upload. I was not facing such a problem before. I get the following message as an error mail: Service: Virtual Machine Out Of Memory Status: Critical Details: CRITICAL: Your application's virtual machine ran out of memory and died When I check the logs: java.lang.OutOfMemoryError: Java heap space XX:OnOutOfMemoryError="kill for the application to shutdown... messages. In Metrics, JVM Object Heap and JVM Process Memory Usage fields also show normal values. What could be the source of the problem? Has anyone experienced a similar problem?
asked
Forgotten User MF2qf6lhzu
2 answers
1
Hi Ahmet,
Please try uploading small size file instead of 14 MB. Also try increase your node size XL to XXL.
Thanks & Regards,
Manikandan K
answered
Manikandan K
0
You are trying to get something in memory that is bigger then the memory, it is done in a small amount of time, so you don;t see it on the metrics. Is the file you upload bigger then usual? Is there a microflow triggered that stores data in memory?