File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / sysctl.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:48 2014 UTC (9 years, 10 months ago) by misho
Branches: MAIN
CVS tags: elwix2_3, HEAD, ELWIX2_2p0
elwix 2.2

#!/bin/sh
#
# elwix sysctl.conf
#
# $Id: sysctl.conf,v 1.2 2014/09/15 19:06:48 misho Exp $

sysctl -w kern.coredump=0
sysctl -w kern.ipc.somaxconn=1024
sysctl -w kern.ipc.nmbclusters=1024
sysctl -w kern.eventtimer.periodic=1
sysctl -w net.inet.ip.forwarding=1
sysctl -w net.inet.ip.fastforwarding=1
sysctl -w net.inet.tcp.ecn.enable=1
sysctl -w net.inet6.ip6.forwarding=1
sysctl -w net.inet6.ip6.accept_rtadv=0
sysctl -w net.inet6.ip6.no_radr=0
sysctl -w kern.maxfilesperproc=4096
sysctl -w kern.maxfiles=1024
#sysctl -w kern.ipc.maxsockets=16384
#sysctl -w kern.ipc.maxsockbuf=16777216
#sysctl -w kern.ipc.maxpipekva=16777216
#sysctl -w net.graph.maxalloc=2048

#net.inet.tcp.mssdflt=1452
#net.inet.tcp.hostcache.expire=1

#dev.ath.0.hal.ar5416_biasadj=1

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