Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Whoops. Updating average object size per Leif's recommendation.

...

Second, I observed my cache running via the "traffic_top" utility and have set the average object size accordingly.

NOTE:  One should always double halve the setting for that configuration, as it allows "headroom" within Traffic Server such that one will never run out of slots in which to store objects.

...

Code Block
CONFIG proxy.config.cache.ram_cache.size INT 32M
CONFIG proxy.config.cache.ram_cache_cutoff INT 4M
CONFIG proxy.config.cache.min_average_object_size INT 64K32K
CONFIG proxy.config.cache.mutex_retry_delay INT 50
CONFIG proxy.config.cache.enable_read_while_writer INT 0
CONFIG proxy.config.cache.dir.sync_frequency INT 900

...