Re: Linux: PAE or x64

From: Laurent Wandrebeck <l(dot)wandrebeck(at)gmail(dot)com>
To: Marcin Krol <mrkafk(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, Arkadiusz Rdest <a(dot)rdest(at)infomex(dot)pl>
Subject: Re: Linux: PAE or x64
Date: 2010-12-15 10:37:10
Message-ID: 20101215113710.4e3d1c83.l.wandrebeck@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 15 Dec 2010 11:30:14 +0100
Marcin Krol <mrkafk(at)gmail(dot)com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> I'll use PG on a dedicated machine with more than 4GB of memory.
>
> The problem is: what would be better to use: PAE ("bigmem" kernels) or
> 64-bit kernel?
>
> PAE pro: half the memory per pointer, int, etc.
>
> PAE risk: is PG able to take advantage of all the memory on PAE, esp. re
> things like shared buffers?
>
> 64-bit pro: it's more mainstream now, no worries about shared bufs etc.
>
>
> PAE overhead according to wikipedia should be small. (?)
>
> So, which one should be better?
Don't even bother with PAE. Let it rot.
memory consumption due to 64 bits pointers is negligible.
Laurent

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Viktor Bojović 2010-12-15 10:37:34 Re: [SQL] How to convert string to integer
Previous Message Marcin Krol 2010-12-15 10:30:14 Linux: PAE or x64