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)