| From: | William Yu <wyu(at)talisys(dot)com> |
|---|---|
| To: | pgsql-performance(at)postgresql(dot)org |
| Subject: | Re: Tuning for mid-size server |
| Date: | 2003-10-21 18:27:08 |
| Message-ID: | bn3tpt$1mos$1@news.hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-performance |
> 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?
64-bit CPU on 64-bit OS. Up to physical address limit for anything and
everything.
64-bit CPU on 32-bit OS. Up to 4GB minus the kernel allocation -- which
is usually 2GB on Windows and Linux. On Windows, you can up this to 3GB
by using the /3GB switch. Linux requires a kernel recompile. PAE is then
used to "move" the memory window to point to different areas of the
physical memory.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-10-21 18:43:47 | Re: Tuning for mid-size server |
| Previous Message | Andrew Sullivan | 2003-10-21 17:50:17 | Re: Tuning for mid-size server |