I am using wildfly 10.0.0 Final version. I get java.lang.OutOfMemoryError: GC overhead limit exceeded error
whenever i undeploy/deploy modules 9-10 times also the memory usage of wildfly keeps on increasing slowly and never decreases and it again gives java.lang.OutOfMemoryError: GC overhead limit exceeded error.
Wildfly is not releasing the memory after undeployment of application and keeps on increasing on deployment and thus it leads to GC overhead
Earlier when i was using wildfly 9 version it didnt gave that problem.
I tried the fix given in the below link by replacing the core, servlet and websocket modules with the latest release but it didnt worked for me.
https://developer.jboss.org/message/959286
Can anyone tell me how to resolve this issue.