Advertisement
digimer

Untitled

Jan 9th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. [root@an-c07n01 ~]# diff -U0 sysctl.1 sysctl.2
  2. --- sysctl.1 2014-01-09 15:54:37.698065797 -0500
  3. +++ sysctl.2 2014-01-09 15:58:39.968579023 -0500
  4. @@ -2,2 +2,2 @@
  5. -net.core.wmem_max = 124928
  6. -net.core.rmem_max = 124928
  7. +net.core.wmem_max = 20971520
  8. +net.core.rmem_max = 20971520
  9. @@ -6,2 +6,2 @@
  10. -net.ipv4.tcp_wmem = 4096 16384 4194304
  11. -net.ipv4.tcp_rmem = 4096 87380 4194304
  12. +net.ipv4.tcp_wmem = 2097152 20971520 20971520
  13. +net.ipv4.tcp_rmem = 2097152 20971520 20971520
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement