Diff for /elwix/config/etc/default/sysctl.conf between versions 1.9.2.3 and 1.9.2.5

version 1.9.2.3, 2017/06/13 17:39:31 version 1.9.2.5, 2017/06/29 22:17:27
Line 5 Line 5
 # $Id$  # $Id$
   
 sysctl -w kern.coredump=0  sysctl -w kern.coredump=0
   sysctl -w debug.debugger_on_panic=0
 sysctl -w net.bpf.zerocopy_enable=1  sysctl -w net.bpf.zerocopy_enable=1
 sysctl -w net.bpf.optimize_writers=1  sysctl -w net.bpf.optimize_writers=1
 sysctl -w kern.ipc.somaxconn=1024  sysctl -w kern.ipc.somaxconn=1024
Line 62  sysctl -w hw.pci.do_power_nodriver=3 Line 63  sysctl -w hw.pci.do_power_nodriver=3
 #sysctl -w security.bsd.see_other_gids=0  #sysctl -w security.bsd.see_other_gids=0
 # Prevent some potential exploit  # Prevent some potential exploit
 #sysctl -w security.bsd.unprivileged_proc_debug=0  #sysctl -w security.bsd.unprivileged_proc_debug=0
   
   # Intel NIC tunning
   #sysctl -w hw.em.rx_process_limit=-1
   #sysctl -w hw.em.txd=2048
   #sysctl -w hw.em.rxd=048
   
   #sysctl -w hw.igb.rx_process_limit=-1
   #sysctl -w hw.igb.txd=2048
   #sysctl -w hw.igb.rxd=048
   #sysctl -w hw.igb.max_interrupt_rate=16000

Removed from v.1.9.2.3  
changed lines
  Added in v.1.9.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>