Versions Compared

Key

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

...

I honestly don't know how well this last setting scales, but I'll bet it does okay.  I found this setting helped tremendously on a datacenter-grade link.

Code Block
net.core.rmem_default=49152
net.core.wmem_default=49152
net.core.rmem_max=2097152
net.core.wmem_max=2097152
net.ipv4.tcp_rmem=4096 49152 2097152
net.ipv4.tcp_wmem=4096 49152 2097152
net.ipv4.tcp_low_latency=1

 

That's it!  One should probably restart ATS just to be on the safe side, but once these settings are activated they take effect immediately.

 

Previous Page:  WebProxyCacheTuning

...