Advertisement
RetroRevo

12-rmem

Oct 13th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # increase rmem values
  2. # https://forum.openwrt.org/t/linksys-wrt1900acs-v2-openwrt-snapshot/157825/1
  3. # /etc/sysctl.d/12-rmem.conf
  4.  
  5.  
  6. net.core.rmem_max = 16777216
  7. net.core.wmem_max = 16777216
  8. net.core.rmem_default = 16777216
  9. net.core.wmem_default = 16777216
  10. net.ipv4.tcp_rmem = 4096 1048576 2097152
  11. net.ipv4.tcp_wmem = 4096 65536 16777216
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement