Advertisement
AndrzejL

Sysctl.conf

Feb 4th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # Added by AndrzejL
  2.  
  3. # Fix for Avast
  4. kernel.shmmax = 128000000
  5. #disable ipv6
  6. net.ipv6.conf.all.disable_ipv6=1
  7. #less caching less swap
  8. vm.swappiness=0
  9. # Fix for preloader: Warning: failed to reserve range 00000000-00010000
  10. # vm.mmap_min_addr = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement