mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 06:56:18 +03:00
fix sysctl.sh quotes which are incompatible with sysctl (#10446)
This commit is contained in:
@@ -33,8 +33,8 @@ net.core.wmem_default = 4194304
|
|||||||
net.core.optmem_max = 4194304
|
net.core.optmem_max = 4194304
|
||||||
|
|
||||||
# increase memory thresholds to prevent packet dropping:
|
# increase memory thresholds to prevent packet dropping:
|
||||||
net.ipv4.tcp_rmem = "4096 87380 4194304"
|
net.ipv4.tcp_rmem = 4096 87380 4194304
|
||||||
net.ipv4.tcp_wmem = "4096 65536 4194304"
|
net.ipv4.tcp_wmem = 4096 65536 4194304
|
||||||
|
|
||||||
# enable low latency mode for TCP:
|
# enable low latency mode for TCP:
|
||||||
net.ipv4.tcp_low_latency = 1
|
net.ipv4.tcp_low_latency = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user