Jerish Sunny created CXF-6025: --------------------------------- Summary: SSLSessionImpl objects count increasing in memory after adding sslCacheTimeout in http:conduit Key: CXF-6025 URL: https://issues.apache.org/jira/browse/CXF-6025 Project: CXF Issue Type: Bug Components: Transports Affects Versions: 3.0.1 Environment: Centos 6.5 Kernel 2.6.32-431.11.2.el6.x86_64 java.version = 1.7.0_55 Jboss EAP 6.3.0 Reporter: Jerish Sunny
analysis of application memory showed more than 1miilion objects of - sun.security.util.MemoryCache$SoftCacheEntry - sun.security.ssl.SessionId The objects are cached for 24hr from the cxf code that I could find. But on adding the <http-conf:tlsClientParameters disableCNCheck="true" sslCacheTimeout="120">, the amount of objects stored is not reducing. please check if the SSLSession cache will get timed out using this parameter or not. -- This message was sent by Atlassian JIRA (v6.3.4#6332)