Huge processes (was: Re: Large memory issues)

2003-09-03 Thread David Landgren
Irvine Short wrote: On Wed, 27 Aug 2003, David Landgren wrote: Irvine Short wrote: I then found that this: options MAXDSIZ="(2048*1024*1024)" options MAXSSIZ="(128*1024*1024)" (and also 64MB) options DFLDSIZ="(512*1024*1024)" worked fine but not as expected - limit repor

Re: Large memory issues

2003-08-27 Thread David Landgren
Irvine Short wrote: [...] and then later it says on the console something like: 256MB of RAM over 4GB ignored. Seems silly to waste 256MB RAM so any hints would be appreciated here too. How can you address more than 2^32 bytes of RAM with a 32 bit processor? :) Yeah, I know about PAE, but it's a

Re: Large memory issues

2003-08-27 Thread Irvine Short
On Wed, 27 Aug 2003, David Landgren wrote: > Irvine Short wrote: > > I then found that this: > > options MAXDSIZ="(2048*1024*1024)" > > options MAXSSIZ="(128*1024*1024)" (and also 64MB) > > options DFLDSIZ="(512*1024*1024)" > > > > worked fine but not as expected - limit re

Re: Large memory issues

2003-08-27 Thread David Landgren
Irvine Short wrote: Hey All [snip] and it was slightly better - managed to boot halfway with everything running out of memory. I then found that this: options MAXDSIZ="(2048*1024*1024)" options MAXSSIZ="(128*1024*1024)" (and also 64MB) options DFLDSIZ="(512*1024*1024)" work

Re: Large memory issues

2003-08-27 Thread Irvine Short
Hi... On Wed, 27 Aug 2003, Vitali Malicky wrote: > I hope that > > optionsMAXMEM="(4096*1024)" > > should help... Hmmm. If I have options MAXSSIZ="(64*1024*1024)" my stack size as reported by limit in tcsh is 64MB If I have options MAXSSIZ="(128*1024*1024)" the

Re: Large memory issues

2003-08-27 Thread Vitali Malicky
I hope that optionsMAXMEM="(4096*1024)" should help... ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"