Subject: Re: limit problems
To: None <port-i386@NetBSD.ORG>
From: Matthias Scheler <tron@lyssa.owl.de>
List: port-i386
Date: 02/14/1997 14:37:31
In article <199702140946.LAA15868@pyy.jmp.fi>,
Jukka Marin <jmarin@pyy.jmp.fi> writes:
> Why can't I set some of the process limits higher?
The maximum limits are defined by the kernel.
> Any ideas and/or solutions?
To increase e.g. the maximum stacksize put this into your kernel option file:
options MAXSSIZ=33554432 # maximum stack size for MovieDB
Look into "machine/vmparam.h" for a complete list.
--
Matthias Scheler http://home.pages.de/~tron/