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:
parent
b339990d33
commit
e6ea0e5efe
@ -35,7 +35,6 @@ net.ipv4.ip_local_port_range = 1024 65000
|
|||||||
|
|
||||||
## 10Gb Tuning
|
## 10Gb Tuning
|
||||||
net.core.netdev_max_backlog = 300000
|
net.core.netdev_max_backlog = 300000
|
||||||
net.ipv4.tcp_timestamps = 0
|
|
||||||
net.ipv4.tcp_sack = 0
|
net.ipv4.tcp_sack = 0
|
||||||
|
|
||||||
",
|
",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user