VMWare Linux parameter

From Lolly's Wiki
Revision as of 10:02, 2 September 2013 by Lollypop (talk | contribs) (Die Seite wurde neu angelegt: „==/etc/sysctl.conf== <source lang=bash> # vm.swappiness = 0 The kernel will swap only to avoid an out of memory condition. vm.swappiness = 0 # TCP SYN Flood Pro…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

/etc/sysctl.conf

# vm.swappiness = 0	The kernel will swap only to avoid an out of memory condition.
vm.swappiness = 0

# TCP SYN Flood Protection
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_max_syn_backlog = 4096
net.ipv4.tcp_synack_retries = 3