--- elwix/config/etc/default/sysctl.conf 2017/06/13 17:39:31 1.9.2.3 +++ elwix/config/etc/default/sysctl.conf 2017/06/19 12:54:49 1.9.2.4 @@ -2,7 +2,7 @@ # # elwix sysctl.conf # -# $Id: sysctl.conf,v 1.9.2.3 2017/06/13 17:39:31 misho Exp $ +# $Id: sysctl.conf,v 1.9.2.4 2017/06/19 12:54:49 misho Exp $ sysctl -w kern.coredump=0 sysctl -w net.bpf.zerocopy_enable=1 @@ -62,3 +62,13 @@ sysctl -w hw.pci.do_power_nodriver=3 #sysctl -w security.bsd.see_other_gids=0 # Prevent some potential exploit #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