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

From: William Yu <wyu(at)talisys(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Increasing RAM for more than 4 Gb. using postgresql
Date: 2005-01-17 17:43:10
Message-ID: csgtff$2lae$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I inferred this from reading up on the compressed vm project. It can be
higher or lower depending on what devices you have in your system --
however, I've read messages from kernel hackers saying Linux is very
aggressive in reserving memory space for devices because it must be
allocated at boottime.

Josh Berkus wrote:
> William,
>
>
>>The theshold for using PAE is actually far lower than 4GB. 4GB is the
>>total memory address space -- split that in half for 2GB for userspace,
>>2GB for kernel. The OS cache resides in kernel space -- after you take
>>alway the memory allocation for devices, you're left with a window of
>>roughly 900MB.
>
>
> I'm curious, how do you get 1.1GB for memory allocation for devices?
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message William Yu 2005-01-17 17:43:51 Re: Increasing RAM for more than 4 Gb. using postgresql
Previous Message Andrei Bintintan 2005-01-17 16:58:09 Optimizing this count query