Versions Compared

Key

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

...

Code Block
CONFIG proxy.config.http.cache.fuzz.min_time INT 0

Step 2 – Optimize

File Access Memory

The default config for ATS specifies this at 2MB. I found that by increasing it, most of my disk write contention
problems disappeared.

Code Block

CONFIG proxy.config.system.mmap_max INT 8M

CPU Cores (also multiple CPUs)

...