File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / sysctl.conf
Revision 1.2.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Sep 24 19:34:33 2014 UTC (9 years, 9 months ago) by misho
Branches: elwix2_3
Diff to: branchpoint 1.2: preferred, unified
add sysctl hw.ath.bstuck

    1: #!/bin/sh
    2: #
    3: # elwix sysctl.conf
    4: #
    5: # $Id: sysctl.conf,v 1.2.2.1 2014/09/24 19:34:33 misho Exp $
    6: 
    7: sysctl -w kern.coredump=0
    8: sysctl -w kern.ipc.somaxconn=1024
    9: sysctl -w kern.ipc.nmbclusters=1024
   10: sysctl -w kern.eventtimer.periodic=1
   11: sysctl -w net.inet.ip.forwarding=1
   12: sysctl -w net.inet.ip.fastforwarding=1
   13: sysctl -w net.inet.tcp.ecn.enable=1
   14: sysctl -w net.inet6.ip6.forwarding=1
   15: sysctl -w net.inet6.ip6.accept_rtadv=0
   16: sysctl -w net.inet6.ip6.no_radr=0
   17: sysctl -w kern.maxfilesperproc=4096
   18: sysctl -w kern.maxfiles=1024
   19: #sysctl -w kern.ipc.maxsockets=16384
   20: #sysctl -w kern.ipc.maxsockbuf=16777216
   21: #sysctl -w kern.ipc.maxpipekva=16777216
   22: #sysctl -w net.graph.maxalloc=2048
   23: 
   24: #sysctl -w hw.ath.bstuck=8
   25: 
   26: #net.inet.tcp.mssdflt=1452
   27: #net.inet.tcp.hostcache.expire=1
   28: 
   29: #dev.ath.0.hal.ar5416_biasadj=1

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