Terry Lambert ([EMAIL PROTECTED]) wrote:
> It was for a guy who was was running with PAE enabled on an
> 8G machine, and the autotuning was shooting him in the foot
> when it tried to grab enough memory to create kmem_map entries
> for the 8G of RAM in his 2G KVA space, and its head exploded.
Wron
Mike Silbersack wrote:
> I found the thread in question, but I didn't see a patch.
ARGH. There was a simultaneous off-list discussion; here is
the scrubbed part of what I sent; it's a patch, but it's not a
diff; sorry for the confusion.
-- Terry
--
"Cagle, John (ISS-Houston)" wrote:
> Terry Lambert [mailto:[EMAIL PROTECTED]
> > Mike Silbersack wrote:
> > > I could probably grep for this, but what's the best way to get a hold
> > > of the # of pages (or MB of ram) that max KVA is set to? I'm adding
> > > another autosize option, and I want to
On Wed, 25 Jun 2003, Terry Lambert wrote:
> Mike Silbersack wrote:
> > I could probably grep for this, but what's the best way to get a hold of
> > the # of pages (or MB of ram) that max KVA is set to? I'm adding another
> > autosize option, and I want to base it on min (KVA, ram) so that it
> >
lto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 3:26 AM
To: Mike Silbersack
Cc: [EMAIL PROTECTED]
Subject: Re: Best way to get max KVA setting?
Mike Silbersack wrote:
> I could probably grep for this, but what's the best way to get a hold
> of the # of pages (or MB of ram) that max KVA i
Mike Silbersack wrote:
> I could probably grep for this, but what's the best way to get a hold of
> the # of pages (or MB of ram) that max KVA is set to? I'm adding another
> autosize option, and I want to base it on min (KVA, ram) so that it
> doesn't balloon on boxes where ram >> KVA.
I posted
I could probably grep for this, but what's the best way to get a hold of
the # of pages (or MB of ram) that max KVA is set to? I'm adding another
autosize option, and I want to base it on min (KVA, ram) so that it
doesn't balloon on boxes where ram >> KVA.
Thanks,
Mike "Silby" Silbersack
__