Re: Increasing RAM for more than 4 Gb. using postgresql

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: amrit(at)health2(dot)moph(dot)go(dot)th
Cc: William Yu <wyu(at)talisys(dot)com>, PGsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Increasing RAM for more than 4 Gb. using postgresql
Date: 2005-01-17 23:36:35
Message-ID: 41EC4C03.9020407@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Amrit,

It's not useless, it's just not optimal.

All operating systems, FC2, FC3, .... will have the same problem with
greater than 4G of memory on a 32 bit processor.

The *only* way to avoid this is to go to a 64 bit processor (opteron)
and then
for greater performance use a linux distribution compiled for a 64bit
processor.

Have you identified and optimized the queries, are you sure you need
more memory?

Dave

amrit(at)health2(dot)moph(dot)go(dot)th wrote:

>>>>Since the optimal state is to allocate a small amount of memory to
>>>>Postgres and leave a huge chunk to the OS cache, this means you are
>>>>already hitting the PAE penalty at 1.5GB of memory.
>>>>
>>>>
>>>>
>>>How could I change this hitting?
>>>
>>>
>>Upgrade to 64-bit processors + 64-bit linux.
>>
>>
>
>Does the PAE help linux in handling the memory of more than 4 Gb limit in 32 bit
>archetech ? My intel server board could handle the mem of 12 Gb [according to
>intel spec.] and if I use Fedora C2 with PAE , will it useless for mem of more
>than >4Gb.?
>
>Any comment please?
>Amrit
>Thailand
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Kirkwood 2005-01-18 00:16:47 Re: Increasing RAM for more than 4 Gb. using postgresql
Previous Message amrit 2005-01-17 23:17:29 Re: Increasing RAM for more than 4 Gb. using postgresql