Subject: Allow process to exceed 1 GB RAM usage
To: None <netbsd-users@netbsd.org>
From: Florian Stoehr <netbsd@wolfnode.de>
List: netbsd-users
Date: 10/23/2005 01:04:00
Hi,

ulimit -d unlimited

sets process data size to 1 GB.

As I'd like to run some tests on one of our applications,
I'd like to set the limit to be really "unlimited".

Now what to do in order to achieve this? Possible with
NetBSD at all? (?)

From sbrk(2) manpage, I read something about "compiled into
the system" - Perhaps someone can give a hint where to increase
this?

Thanks
Florian