You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2015/09/09 18:37:46 UTC

[jira] [Updated] (TS-3898) TLS to the origin can allocate 1MB of iobuffers

     [ https://issues.apache.org/jira/browse/TS-3898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call updated TS-3898:
---------------------------
    Description: 
When connecting to an origin that is over TLS there can be 1MB of iobuffers allocated:

Configuration:
{code}
[bcall@homer trafficserver]$ tail -1 /usr/local/etc/trafficserver/remap.config
map / https://www.flickr.com
{code}

Client:
{code}
[bcall@homer trafficserver]$ curl -D - -k https://127.0.0.1:4443/
[bcall@homer trafficserver]$ sudo kill -SIGUSR1 $(pidof traffic_server){code}

Server:
{code}
     allocated      |        in-use      | type size  |   free list name
--------------------|--------------------|------------|----------------------------------
            1048576 |                  0 |      32768 | memory/ioBufAllocator[8]
{code}

  was:
When connecting to an origin that is over SSL there can be 1MB of iobuffers allocated:

Configuration:
{code}
[bcall@homer trafficserver]$ tail -1 /usr/local/etc/trafficserver/remap.config
map / https://www.flickr.com
{code}

Client:
{code}
[bcall@homer trafficserver]$ curl -D - -k https://127.0.0.1:4443/
[bcall@homer trafficserver]$ sudo kill -SIGUSR1 $(pidof traffic_server){code}

Server:
{code}
     allocated      |        in-use      | type size  |   free list name
--------------------|--------------------|------------|----------------------------------
            1048576 |                  0 |      32768 | memory/ioBufAllocator[8]
{code}


> TLS to the origin can allocate 1MB of iobuffers
> -----------------------------------------------
>
>                 Key: TS-3898
>                 URL: https://issues.apache.org/jira/browse/TS-3898
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: SSL
>            Reporter: Bryan Call
>
> When connecting to an origin that is over TLS there can be 1MB of iobuffers allocated:
> Configuration:
> {code}
> [bcall@homer trafficserver]$ tail -1 /usr/local/etc/trafficserver/remap.config
> map / https://www.flickr.com
> {code}
> Client:
> {code}
> [bcall@homer trafficserver]$ curl -D - -k https://127.0.0.1:4443/
> [bcall@homer trafficserver]$ sudo kill -SIGUSR1 $(pidof traffic_server){code}
> Server:
> {code}
>      allocated      |        in-use      | type size  |   free list name
> --------------------|--------------------|------------|----------------------------------
>             1048576 |                  0 |      32768 | memory/ioBufAllocator[8]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)