Re: [PERFORM] Memory question on win32 systems

From: "Douglas McNaught" <doug(at)mcnaught(dot)org>
To: Sabbiolina <sabbiolina(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PERFORM] Memory question on win32 systems
Date: 2008-05-29 00:11:30
Message-ID: 5ded07e00805281711t6509bd8csf5f36609c064c5d5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 28, 2008 at 7:05 PM, Sabbiolina <sabbiolina(at)gmail(dot)com> wrote:
> Hello, in my particular case I need to configure Postgres to handle only a
> few concurrent connections, but I need it to be blazingly fast, so I need it
> to cache everything possible. I've changed the config file and multiplied
> all memory-related values by 10, still Postgres uses only less than 50 Mb of
> my RAM.

How are you measuring this?

> I have 4 Gigs of RAM, how do I force Postgres to use a higher part of such
> memory in order to cache more indexes, queries and so on?

Post the settings values you're using and people will be better able
to help you.

-Doug

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2008-05-29 00:25:24 Re: intercepting WAL writes
Previous Message Jonah H. Harris 2008-05-28 23:46:44 Re: intercepting WAL writes