File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / sysctl.conf
Revision 1.7.10.1: download - view: text, annotated - select for diffs - revision graph
Fri Jan 24 10:12:45 2014 UTC (10 years, 7 months ago) by misho
Branches: elwix2_2
Diff to: branchpoint 1.7: preferred, unified
optimize

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

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