Hi
We have been using Flashphoner in a production environment for almost a week now and we are currently getting a few memory leak issues.
We originally thought it was related to the JVM not having enough heap memory so we've increased it, as well as adding these other configurations:
However this didn't seem to fix it and the memory leak continues. The leak builds up and reaches it's maximum allocated space within about 2 days, by which time we have to restart the server.
The "jmap.out.txt" shows the memory statistics from the JVM.
The "uptime.out.txt" describes the running time for the instance.
Both files were created at Aug 23 16:38 UTC
The number of concurrent connections we get is less than 10, usually 3 to 5 on average.
Any assistance on why this is occurring and how to fix it would be greatly appreciated.
WCS version: 5.2.108 (3a8140311c1e80789857b139189acf4e74af6e2d)
Flashphoner version: 0.5.28.2753.86 (218c188ea896656b1ca142f02b4f58bf09bd8bf1)
AWS Instance Type: c5.xlarge
We have been using Flashphoner in a production environment for almost a week now and we are currently getting a few memory leak issues.
We originally thought it was related to the JVM not having enough heap memory so we've increased it, as well as adding these other configurations:
Code:
-Xms6g -Xmx6g
-XX:+UseConcMarkSweepGC -XX:NewSize=1024m
The "jmap.out.txt" shows the memory statistics from the JVM.
The "uptime.out.txt" describes the running time for the instance.
Both files were created at Aug 23 16:38 UTC
The number of concurrent connections we get is less than 10, usually 3 to 5 on average.
Any assistance on why this is occurring and how to fix it would be greatly appreciated.
WCS version: 5.2.108 (3a8140311c1e80789857b139189acf4e74af6e2d)
Flashphoner version: 0.5.28.2753.86 (218c188ea896656b1ca142f02b4f58bf09bd8bf1)
AWS Instance Type: c5.xlarge
Attachments
-
1.7 KB Views: 245
-
70 bytes Views: 244