Re: ulimit -d's upper limit

2003-02-17 Thread chkno
> > What defines ulimit -d's upper limit? > > MAXDSIZ. It defaults to 512Mb. It can be raised by setting it in the > kernel configuration, or adding > > kern.maxdsiz="524288" > > In your /boot/loader.conf file. Replace 524288 with whatever limit you >

Re: ulimit -d's upper limit

2003-02-17 Thread Duncan Anker
On Tue, 2003-02-18 at 17:10, chkno wrote: > What defines ulimit -d's upper limit? MAXDSIZ. It defaults to 512Mb. It can be raised by setting it in the kernel configuration, or adding kern.maxdsiz="524288" In your /boot/loader.conf file. Replace 524288 with whatever limit you

ulimit -d's upper limit

2003-02-17 Thread chkno
What defines ulimit -d's upper limit? When I try to raise it, it doesn't appear to move: # ulimit -d 524288 # ulimit -d 1000 ; ulimit -d 1000 # ulimit -d ; ulimit -d 524288 # ulimit -d unlimited ; ulimit -d