Subject: managing process memory limits on the fly?
To: netbsd-users <netbsd-users@NetBSD.org>
From: Carl Brewer <carl@bl.echidna.id.au>
List: netbsd-users
Date: 02/22/2007 11:11:08
Hello,

I've a process running (zope, python, plone) that is running into
the default 128MB memory limit for processes.  I'd like to
bump it up to 256MB or so.  Is it possible to do that on the fly
to a process (like one can renice something as root?), or do I need
to change the memory limit for all process with sysctl?

thanks!

Carl