You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/12/03 18:30:36 UTC

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

    [ https://issues.apache.org/jira/browse/TS-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837921#comment-13837921 ] 

ASF subversion and git services commented on TS-2413:
-----------------------------------------------------

Commit 642d2f2c3b592eea3825ef80fe938695c1ea4bcf in branch refs/heads/master from [~sunwei]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=642d2f2 ]

TS-2413: release memory for idle SSL connections

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


> 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
>            Assignee: James Peach
>         Attachments: release_tls_mem.patch
>
>
> 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)