Subject: Re: sysctlfs [was: Re: core file name format: diffs]
To: Hubert Feyrer <feh39068@rrzc1.rz.uni-regensburg.de>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: tech-kern
Date: 09/21/1999 19:22:08
In some email I received from Hubert Feyrer, sie wrote:
> 
> On Mon, 20 Sep 1999, Manuel Bouyer wrote:
> > antifer:/comptes2/bouyer>sysctl proc
> > proc.curproc.corename = %n.core
> > proc.curproc.rlimit.cputime.soft = unlimited
> > proc.curproc.rlimit.cputime.hard = unlimited
> > proc.curproc.rlimit.filesize.soft = unlimited
> > proc.curproc.rlimit.filesize.hard = unlimited
> > proc.curproc.rlimit.datasize.soft = 134217728
> > proc.curproc.rlimit.datasize.hard = 1073741824
> > proc.curproc.rlimit.stacksize.soft = 2097152
> > proc.curproc.rlimit.stacksize.hard = 33554432
> > proc.curproc.rlimit.coredumpsize.soft = unlimited
> > proc.curproc.rlimit.coredumpsize.hard = unlimited
> > proc.curproc.rlimit.memoryuse.soft = 63344640
> > proc.curproc.rlimit.memoryuse.hard = 63348736
> > proc.curproc.rlimit.memorylocked.soft = 21116245
> > proc.curproc.rlimit.memorylocked.hard = 63348736
> > proc.curproc.rlimit.maxproc.soft = 80
> > proc.curproc.rlimit.maxproc.hard = 532
> > proc.curproc.rlimit.descriptors.soft = 64
> > proc.curproc.rlimit.descriptors.hard = 1772
> 
> I'd really love to see a filesystem-frontend to sysctl.
> (Just mumbling to myself, mostly. I know that I got the source, etc. :-)

So long as it supported being able to add and delete `files' and
`directories' at run-time, it would be great.

Darren