Versions Compared

Key

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

...

  • IPv4 websites
  • IPv6 websites
  • Explicitly difficult web pages (i.e. Bing Image Search)
  • Explicitly SSL web sites (i.e. Facebook)
  • Internet Radio (various types)

The following settings are all located in /usr/local/etc/trafficserver/records.config.
When adding lines, simply organize them in alphabetic sequence.

...

My setting here is somewhat of a rough guess. I've had issues in the past with Squid as a web cache
and increasing the threads dedicated to disk access definitely helped. However, with ATS I've actually
noticed a speed boost by decreasing this setting this value
too low seems to slow down web surfing, while setting it too high slows down other processes on the machine. My current theory is that this setting should allow
for one thread per CPU core.

Code Block
CONFIG proxy.config.cache.threads_per_disk INT 164

Maximum Concurrent DNS Queries

...