| From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
|---|---|
| To: | Anj Adu <fotographs(at)gmail(dot)com> |
| Cc: | Tino Schwarze <postgresql(at)tisc(dot)de>, pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Setting Shared-Buffers |
| Date: | 2009-07-11 02:04:11 |
| Message-ID: | dcc563d10907101904p7d32e94dn1c763d0403c6175@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Fri, Jul 10, 2009 at 3:26 PM, Anj Adu<fotographs(at)gmail(dot)com> wrote:
> You can use upto 64G of RAM on a 32 bit RHEL 5/ Fedora 8 OS using the kernel
> PAE extension.
And it's about 15% slower, and pgsql itself can only access ~2 or 3G
shared and 2G per process. I routinely set shared_buffers to well
over 3G on big machines, and have a few reporting queries that run
truly huge work_mem settings. Really, there's not much reason to be
running postgresql on 32 bit unix anymore, unless you're stuck using
an ancient flavor or something.
However, I was referring to Windows, where things are even worse, as
the OS only sees 3Gigs total cause apparently it doesn't support PAE.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Marlowe | 2009-07-11 02:13:27 | Re: Setting Shared-Buffers |
| Previous Message | Mike Ivanov | 2009-07-10 21:30:42 | Re: Setting kernel.shmmax |