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 524288 My sy

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 > want, but don't go above 2^31-1. FreeBSD uses s