Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-350

Document new Ram Cache options

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1.0
    • 4.1.2
    • Documentation
    • None

    Description

      1. Replacement algorithm
      2. 0 : Clocked Least Frequently Used by Size (CLFUS) w/optional compression
      3. 1 : LRU w/o optional compression - trivially simple
        CONFIG proxy.config.cache.ram_cache.algorithm INT 0
      4. Compress the content of the ram cache:
      5. 0 : no compression
      6. 1 : fastlz (extremely fast, relatively low compression)
      7. 2 : libz (moderate speed, reasonable compression)
      8. 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

      Attachments

        Activity

          People

            zwoop Leif Hedstrom
            jplevyak John Plevyak
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment