4 Replies Latest reply on Dec 27, 2016 5:54 AM by mkassem

    SSLEngineImpl is leaking memory after two or three days and can't be removed by GC

    mkassem

      Hi,

      I'm using Wildfly 10.0.0, and I have changed undertow core, servlet and socket jars in modules to version 1.4.7.final. However, I'm facing a  huge increase of SSLEngineImpl each of size 16,945 bytes which leads to a memory leak after a couple of days since I'm giving my application 16GB of RAM. I think that these instances are stuck in memory because lot of users ar not performing a logout, but why they are not timing out since the timeout of the session is 60 min?

      Can anyone help in solving this issue because its making me a headache.

      Thanks,