Advertisement
digimer

Untitled

Jan 9th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. [root@an-c07n01 ~]# sysctl -a | egrep '(r|w)mem'
  2. vm.lowmem_reserve_ratio = 256 256 32
  3. net.core.wmem_max = 20971520
  4. net.core.rmem_max = 20971520
  5. net.core.wmem_default = 124928
  6. net.core.rmem_default = 124928
  7. net.ipv4.tcp_wmem = 2097152 20971520 20971520
  8. net.ipv4.tcp_rmem = 2097152 20971520 20971520
  9. net.ipv4.udp_rmem_min = 4096
  10. net.ipv4.udp_wmem_min = 4096
  11.  
  12.  
  13. [root@an-c07n02 ~]# sysctl -a | egrep '(r|w)mem'
  14. vm.lowmem_reserve_ratio = 256 256 32
  15. net.core.wmem_max = 20971520
  16. net.core.rmem_max = 20971520
  17. net.core.wmem_default = 124928
  18. net.core.rmem_default = 124928
  19. net.ipv4.tcp_wmem = 2097152 20971520 20971520
  20. net.ipv4.tcp_rmem = 2097152 20971520 20971520
  21. net.ipv4.udp_rmem_min = 4096
  22. net.ipv4.udp_wmem_min = 4096
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement