Subject: Re: increasing running process limits
To: None <netbsd-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-users
Date: 10/31/2003 12:57:26
On Fri, Oct 31, 2003 at 12:53:19PM +0000, Patrick Welche wrote:
> Is there a way of increasing a running process' resource limits?
> 
> eg. this daemon is about to hit datasize, but has nearly finished, will it
> hit datasize before finishing? :-) :-| :-( yes..
> 
> I hope I'm missing something..

Yes I was :)
     proc.<pid>.rlimit.datasize.hard              integer       yes
     proc.<pid>.rlimit.datasize.soft              integer       yes
phew!

Sorry for noise..

Patrick