Re: Max size of a process in FreeBSD.

2002-02-11 Thread Terry Lambert
Adam Nealis wrote: > > I can't find the answer to this in a handbook search > - I can never get the right terms together 8(. It's not in the handbook. [ ... ] > But I read this on google: [ ... ] > In the second part of the thread it references a thread > discussed in December that discusses

Re: Max size of a process in FreeBSD.

2002-02-11 Thread Dag-Erling Smorgrav
Doug White <[EMAIL PROTECTED]> writes: > It's limited to MAXDSIZ (max data size). Not quite - the size of the data segment is limited to the value of 'limits -d', which starts out at DFLDSIZ and cannot be larger than MAXDSIZ. Likewise, the size of the stack is limited to the value of 'limits -s'

Re: Max size of a process in FreeBSD.

2002-02-11 Thread Adam Nealis
--- Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote: > Doug White <[EMAIL PROTECTED]> writes: > > It's limited to MAXDSIZ (max data size). > > Not quite - the size of the data segment is limited to the value of > 'limits -d', which starts out at DFLDSIZ and cannot be larger than > MAXDSIZ. Likewi

Re: Max size of a process in FreeBSD.

2002-02-07 Thread Dag-Erling Smorgrav
Adam Nealis <[EMAIL PROTECTED]> writes: > Which FAQ is that? The online FAQ at > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html > > Only has "funnies" for section 17, and doesn't go up to 17.15. Oh, that's right, Michael has been reorganizing the FAQ. It's somewhere towards

Re: Max size of a process in FreeBSD.

2002-02-07 Thread Adam Nealis
--- Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote: > Doug White <[EMAIL PROTECTED]> writes: > > It's limited to MAXDSIZ (max data size). > > Not quite - the size of the data segment is limited to the value of > 'limits -d', which starts out at DFLDSIZ and cannot be larger than > MAXDSIZ. Likewi

Re: Max size of a process in FreeBSD.

2002-02-07 Thread Dag-Erling Smorgrav
Doug White <[EMAIL PROTECTED]> writes: > It's limited to MAXDSIZ (max data size). Not quite - the size of the data segment is limited to the value of 'limits -d', which starts out at DFLDSIZ and cannot be larger than MAXDSIZ. Likewise, the size of the stack is limited to the value of 'limits -s'

Re: Max size of a process in FreeBSD.

2002-02-06 Thread Terry Lambert
Adam Nealis wrote: > > I can't find the answer to this in a handbook search > - I can never get the right terms together 8(. It's not in the handbook. [ ... ] > But I read this on google: [ ... ] > In the second part of the thread it references a thread > discussed in December that discusses

Re: Max size of a process in FreeBSD.

2002-02-06 Thread Doug White
On Wed, 6 Feb 2002, Adam Nealis wrote: > I think I've done due diligence, so may I respectfully > ask if anyone can tell me what is the largest size in > main RAM a process can have under FreeBSD? It's limited to MAXDSIZ (max data size). You can raise this up to 2GB or so, but you will eventual

Max size of a process in FreeBSD.

2002-02-06 Thread Adam Nealis
I can't find the answer to this in a handbook search - I can never get the right terms together 8(. But I read this on google: http://groups.google.com/groups?hl=en&threadm=a0tbme%2426hk%241%40FreeBSD.csie.NCTU.edu.tw&rnum=3&prev=/groups%3Fq%3Dmaximum%2Bprocess%2Bsize%2Bfreebsd%2Bvirtual%2Bmemor