Re: optimal memory

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: optimal memory
Date: 2010-08-03 08:18:17
Message-ID: 20100803081816.GG15342@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to Sim Zacks :
> Is there a way to tell what the optimal memory is for a specific
> postgresql instance?
>
> I am configuring Xen virtual machines and I don't want to give it more
> then it needs.
>
> Would looking at the swap be an indication? As soon as it starts to use
> swap, that means I need more, but until that point, I have enough?

You can't have enough ;-)

Fits your DB into the RAM?

If you don't have enough, for instance, work_mem, sort-operations
performed on disk and not in the ram. That's much slower. So, as i said,
you can't have enough ram ;-)

Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2010-08-03 09:00:04 Re: optimal memory
Previous Message Sim Zacks 2010-08-03 08:01:57 optimal memory