Re: Tuning for mid-size server - Mailing list pgsql-performance

From Jeff
Subject Re: Tuning for mid-size server
Date
Msg-id 20031021135015.15bb8bb5.threshar@torgo.978.org
Whole thread Raw
In response to Re: Tuning for mid-size server  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance
On Tue, 21 Oct 2003 10:12:15 -0700
Josh Berkus <josh@agliodbs.com> wrote:

> So what is the ceiling on 32-bit processors for RAM? Most of the
> 64-bit vendors are pushing Athalon64 and G5 as "breaking the 4GB
> barrier", and even I can do the math on 2^32.   All these 64-bit
> vendors, then, are talking about the limit on ram *per application*
> and not per machine?

You can have > 4GB per app, but also you get a big performance boost as
you don't have to deal with all the silly paging - think of it from when
we switched from real mode to protected mode.

If you check out hte linux-kernel archives you'll see one of the things
often recommended when things go odd is to turn off HIMEM support.

--
Jeff Trout <jeff@jefftrout.com>
http://www.jefftrout.com/
http://www.stuarthamm.net/

pgsql-performance by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Tuning for mid-size server
Next
From: Tom Lane
Date:
Subject: Re: Tuning for mid-size server