Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Added by AndrzejL
- # Fix for Avast
- kernel.shmmax = 128000000
- #disable ipv6
- net.ipv6.conf.all.disable_ipv6=1
- #less caching less swap
- vm.swappiness=0
- # Fix for preloader: Warning: failed to reserve range 00000000-00010000
- # vm.mmap_min_addr = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement