Re: Postgres errors in Drupal install.

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

On 06/26/11 2:23 PM, Dave Coventry wrote:
> While the server is a little challenged in the way of RAM, it is by no
> means under any sort of load.

I didn't read the whole thread, but is this a Linux server? Linux has
a horrible feature, the "Out of Memory Killer", which kills off
processes when the system is low on memory.

the OOM-Killer usually leaves log entries in DMESG and maybe
/var/log/messages

If in fact its the OOM killer, you should probably lower your WORK_MEM
and SHARED_BUFFERS and maybe MAINTENANCE_WORK_MEM in postgresql.conf

--
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 Tomas Vondra 2011-06-26 22:26:07 Re: PostgreSQL 8.4.8 bringing my website down every evening
Previous Message Peter Bex 2011-06-26 21:30:45 Re: Postgres errors in Drupal install.