Skip to content

Commit

Permalink
Update sysctl.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Aug 3, 2020
1 parent cc8268c commit 85b9fac
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions sysctl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ kernel.core_uses_pid=1
kernel.randomize_va_space=1
kernel.msgmnb=65536
kernel.msgmax=65536
kernel.shmmax=68719476736
kernel.shmall=4294967296
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
net.ipv4.tcp_notsent_lowat = 16384
Expand All @@ -33,17 +31,17 @@ net.ipv4.conf.default.secure_redirects=0
#options for ss

fs.file-max = 131072
net.core.rmem_max = 67108864
net.core.wmem_max = 67108864
net.core.rmem_default = 67108864
net.core.wmem_default = 67108864
net.core.optmem_max = 67108864
net.core.rmem_max = 8388608
net.core.wmem_max = 8388608
net.core.rmem_default = 8388608
net.core.wmem_default = 8388608
net.core.optmem_max = 8388608
net.core.netdev_max_backlog = 131072
net.core.somaxconn = 131072
net.ipv4.ip_local_port_range = 1024 65535
net.ipv4.tcp_mem = 25600 51200 102400
net.ipv4.tcp_rmem = 4096 87380 67108864
net.ipv4.tcp_wmem = 4096 65536 67108864
net.ipv4.tcp_rmem = 4096 1048576 4194304
net.ipv4.tcp_wmem = 4096 1048576 4194304
net.ipv4.tcp_fastopen=3
net.ipv4.tcp_low_latency = 1
net.ipv4.tcp_no_metrics_save = 1
Expand Down

0 comments on commit 85b9fac

Please sign in to comment.