You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Wei Sun (JIRA)" <ji...@apache.org> on 2013/12/03 13:34:37 UTC

[jira] [Created] (TS-2413) release memory for idle SSL connection

Wei Sun created TS-2413:
---------------------------

             Summary: release memory for idle SSL connection
                 Key: TS-2413
                 URL: https://issues.apache.org/jira/browse/TS-2413
             Project: Traffic Server
          Issue Type: Improvement
          Components: SSL
            Reporter: Wei Sun


OpenSSL tends to allocate about 50KB of memory for each connection. Setting flag: "SSL_MODE_RELEASE_BUFFERS" can save around 34K per idle SSL connection. This flag has no effect on SSL v2 connections, or on DTLS connections.
ref: http://www.openssl.org/docs/ssl/SSL_CTX_set_mode.html 



--
This message was sent by Atlassian JIRA
(v6.1#6144)