Re: Postgres errors in Drupal install.

From: John R Pierce <pierce(at)hogranch(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres errors in Drupal install.
Date: 2011-06-26 23:23:09
Message-ID: 4E07BF5D.7010602@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/26/11 4:10 PM, Dave Coventry wrote:
>
>> work_mem: 64kB
>> shared_buffers: 128kB
>> maintenance_work_mem: 1MB
>>
>> I'll see if that makes any difference.

I'd watch the systems' memory usage as shown by `top` or `free`... as
long as the 'cached' value (add in 'free' if its significant) stays
reasonably large (say, 25-50% of your total ram), you're in good shape.
using values as small as the defaults likely will degrade performance of
the queries. postgres will behave somewhat more optimally if the
'estimated_cache_size' is near the 'cached' value.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Gainty 2011-06-27 00:10:36 Re: Postgres errors in Drupal install.
Previous Message Dave Coventry 2011-06-26 23:10:43 Re: Postgres errors in Drupal install.