From: | Justin <justin(at)emproshunts(dot)com> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | [Fwd: Re: Max shared_buffers] |
Date: | 2008-04-03 18:21:27 |
Message-ID: | 47F52027.8070503@emproshunts.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Scott Marlowe wrote:
> On Thu, Apr 3, 2008 at 4:10 AM, sathiya psql <sathiya(dot)psql(at)gmail(dot)com> wrote:
>
>> There is NO MAX....
>>
>> It is according to your hardware you have, and the db you have.
>>
>
> Not entirely true. on 32 bit OS / software, the limit is just under 2
> Gig. I'd imagine that the limit on 64 bit hardware / software is
> therefore something around 2^63-somesmallnumber which is, for all
> practical purposes, unlimited.
>
>
Its limited only by the hardware and OS you are running. Some OS's on
32bit allow for up to 4 gigs but you have to leave room for the OS and
other running processes. On 64 bit hardware it can be limited by the
Hardware along with OS where its artificially limited to 32gigs, 64 gigs
and 2TB seem to be the most common limits set by the hardware or OS.
But again you have to leave room in these setting for other processes if
not out memory errors will occur and may crash the server.
In general these setting are only limited by the Hardware and OS
From | Date | Subject | |
---|---|---|---|
Next Message | Matt Klinker | 2008-04-03 23:31:45 | Query plan excluding index on view |
Previous Message | Craig Ringer | 2008-04-03 17:58:32 | Re: Max shared_buffers |