swift/sysctl: do not disable net.ipv4.tcp_timestamps

Turn timestamps off to reduce performance spikes related to timestamp
generation. The sysctl command controls the values of TCP related
entries, setting the timestamps kernel parameter found at
/proc/sys/net/ipv4/tcp_timestamps.

It should be enabled in order to make Swift & Ceph working correctly.

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2014-06-16 14:43:47 +02:00
parent b339990d33
commit e6ea0e5efe

View File

@ -35,7 +35,6 @@ net.ipv4.ip_local_port_range = 1024 65000
## 10Gb Tuning
net.core.netdev_max_backlog = 300000
net.ipv4.tcp_timestamps = 0
net.ipv4.tcp_sack = 0
",