You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2010/05/14 21:18:42 UTC

[jira] Created: (TS-350) new Ram Cache options

new Ram Cache options
---------------------

                 Key: TS-350
                 URL: https://issues.apache.org/jira/browse/TS-350
             Project: Traffic Server
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 2.1.0
            Reporter: John Plevyak
            Assignee: Miles Libbey
            Priority: Minor


   # Replacement algorithm
   #  0 : Clocked Least Frequently Used by Size (CLFUS) w/optional compression
   #  1 : LRU w/o optional compression - trivially simple
CONFIG proxy.config.cache.ram_cache.algorithm INT 0
   # Compress the content of the ram cache:
   #  0 : no compression
   #  1 : fastlz (extremely fast, relatively low compression)
   #  2 : libz (moderate speed, reasonable compression)
   #  3 : liblzma (very slow, high compression)
CONFIG proxy.config.cache.ram_cache.compress INT 0

documented in

https://cwiki.apache.org/confluence/display/TS/RamCache

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-350) new Ram Cache options

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-350:
-----------------------------

    Fix Version/s: 2.1.2

> new Ram Cache options
> ---------------------
>
>                 Key: TS-350
>                 URL: https://issues.apache.org/jira/browse/TS-350
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 2.1.0
>            Reporter: John Plevyak
>            Assignee: Miles Libbey
>            Priority: Minor
>             Fix For: 2.1.2
>
>
>    # Replacement algorithm
>    #  0 : Clocked Least Frequently Used by Size (CLFUS) w/optional compression
>    #  1 : LRU w/o optional compression - trivially simple
> CONFIG proxy.config.cache.ram_cache.algorithm INT 0
>    # Compress the content of the ram cache:
>    #  0 : no compression
>    #  1 : fastlz (extremely fast, relatively low compression)
>    #  2 : libz (moderate speed, reasonable compression)
>    #  3 : liblzma (very slow, high compression)
> CONFIG proxy.config.cache.ram_cache.compress INT 0
> documented in
> https://cwiki.apache.org/confluence/display/TS/RamCache

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-350) new Ram Cache options

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-350:
-----------------------------

    Fix Version/s: 2.2.0
                       (was: 2.1.2)

Moving this to v2.2.0, since I think this is now a docs bug?

> new Ram Cache options
> ---------------------
>
>                 Key: TS-350
>                 URL: https://issues.apache.org/jira/browse/TS-350
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 2.1.0
>            Reporter: John Plevyak
>            Assignee: Miles Libbey
>            Priority: Minor
>             Fix For: 2.2.0
>
>
>    # Replacement algorithm
>    #  0 : Clocked Least Frequently Used by Size (CLFUS) w/optional compression
>    #  1 : LRU w/o optional compression - trivially simple
> CONFIG proxy.config.cache.ram_cache.algorithm INT 0
>    # Compress the content of the ram cache:
>    #  0 : no compression
>    #  1 : fastlz (extremely fast, relatively low compression)
>    #  2 : libz (moderate speed, reasonable compression)
>    #  3 : liblzma (very slow, high compression)
> CONFIG proxy.config.cache.ram_cache.compress INT 0
> documented in
> https://cwiki.apache.org/confluence/display/TS/RamCache

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.