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/09/05 21:27:52 UTC

[jira] [Commented] (TS-350) Document new Ram Cache options

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

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

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

TS-350 Try to fix the formatting

                
> Document 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: Leif Hedstrom
>            Priority: Minor
>             Fix For: 4.1.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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira