Re: Increasing RAM for more than 4 Gb. using postgresql - Mailing list pgsql-performance

From William Yu
Subject Re: Increasing RAM for more than 4 Gb. using postgresql
Date
Msg-id cshu9e$2ha9$1@news.hub.org
Whole thread Raw
In response to Re: Increasing RAM for more than 4 Gb. using postgresql  (amrit@health2.moph.go.th)
List pgsql-performance
My experience is RH9 auto detected machines >= 2GB of RAM and installs
the PAE bigmem kernel by default. I'm pretty sure the FC2/3 installer
will do the same.



amrit@health2.moph.go.th wrote:
>>I understand that the 2.6.* kernels are much better at large memory
>>support (with respect to performance issues), so unless you have a
>>64-bit machine lying around - this is probably worth a try.
>>
>>You may need to build a new kernel with the various parameters :
>>
>>CONFIG_NOHIGHMEM
>>CONFIG_HIGHMEM4G
>>CONFIG_HIGHMEM64G
>>
>>set appropriately (or even upgrade to the latest 2.6.10). I would expect
>>that some research and experimentation will be required to get the best
>>out of it - (e.g. the 'bounce buffers' issue).
>
>
> In the standard rpm FC 2-3 with a newly install server , would it automatically
> detect and config it if I use the mechine with > 4 Gb [6Gb.] or should I
> manually config it?
> Amrit
> Thailand
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>

pgsql-performance by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: Increasing RAM for more than 4 Gb. using postgresql
Next
From: "Andrei Bintintan"
Date:
Subject: Re: Optimizing this count query