Re: pegasosII hung with new kernel - page daemon spinning
Lars Heidieker <[email protected]> Sun, 23 Sep 2012 10:09:46 +0200
| Newsgroups | gmane.os.netbsd.ports.ofppc,gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 09/23/2012 01:54 AM, matthew green wrote: >> That's interessting what size does the arena have on the system with >> 512mb? Probably limited by NKMEMPAGES_MAX_DEFAULT, so it might need to >> be larger on those. > > i noticed macppc already defines this to 256MB. trying that now. > > > .mrg. > Yes, that's what I think. Having the limit at 1/3 of the kernel address space size make sense. I don't know for sure but the kernel address space and user address space on powerpc are disjunct right? So we are not really limited at all like on i386. Lars