Hello,
We have applied the tunes described in this document https://docs.flashphoner.com/displa...MemorymanagementinJava-Garbagecollectortuning and we are seeing the memory of our server filling up and not being released even after stopping all broadcasters and viewers. We are only able to release memory restarting the application.
wcs-core.properties:
-Xmx16g
-Xms16g
-XX:+UseConcMarkSweepGC -Xms16g -Xmx16g -XX:NewSize=4096m -XX:MaxNewSize=4096m
-XX:+UseCMSInitiatingOccupancyOnly
-XX:CMSInitiatingOccupancyFraction=70
-XX:+ExplicitGCInvokesConcurrent
-Dsun.rmi.dgc.client.gcInterval=36000000000
-Dsun.rmi.dgc.server.gcInterval=36000000000
Server Memory: 32GB
Any recommendation?
Thank you,
We have applied the tunes described in this document https://docs.flashphoner.com/displa...MemorymanagementinJava-Garbagecollectortuning and we are seeing the memory of our server filling up and not being released even after stopping all broadcasters and viewers. We are only able to release memory restarting the application.
wcs-core.properties:
-Xmx16g
-Xms16g
-XX:+UseConcMarkSweepGC -Xms16g -Xmx16g -XX:NewSize=4096m -XX:MaxNewSize=4096m
-XX:+UseCMSInitiatingOccupancyOnly
-XX:CMSInitiatingOccupancyFraction=70
-XX:+ExplicitGCInvokesConcurrent
-Dsun.rmi.dgc.client.gcInterval=36000000000
-Dsun.rmi.dgc.server.gcInterval=36000000000
Server Memory: 32GB
Any recommendation?
Thank you,