Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NOTE: This setting should be sized relative to the amount of memory you want to use.
Also, it requires restarting ATS to properly take effect.

Cache Maximum Object Size

The default for ATS specifies objects of unlimited size are allowed to be stored in the cache.  I decided objects larger than 64MB don't really need to be stored.

Code Block
CONFIG proxy.config.cache.max_doc_size INT 64M

Cache Minimum Average Object Size

...