Re: Why shared_buffers max is 8GB?

From: Martin French <Martin(dot)French(at)romaxtech(dot)com>
To: Markella Skempri <markella_skembri(at)hotmail(dot)com>
Cc: "desmodemone" <desmodemone(at)gmail(dot)com>, ik(at)postgresql-consulting(dot)com, "Alexey Vasiliev" <leopard_ne(at)inbox(dot)ru>, pgsql-performance(at)postgresql(dot)org, pgsql-performance-owner(at)postgresql(dot)org
Subject: Re: Why shared_buffers max is 8GB?
Date: 2014-03-26 13:32:51
Message-ID: OFCEC57661.4060ECC7-ON80257CA7.004A3AC8-80257CA7.004A6C03@romaxtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> I wanted to follow up from this question. I’m running on 9.3.4
> My DB server has 32GB ram so I have assigned 8GB
> shared_buffer_memory. It is quite a big db but with not much
> traffic. When there is traffic, it’s usually big.
>
> Lately, the kernel has been killing the postmaster for having
> assigned too much shared memory. Latest crash was when loading a 500MB
file.
>
> Should I reduce the shared buffers in order for this to be more robust?
>
> Thanks
> Markella

It may be that other memory settings are contributing towards this
(work_mem, maintenance_work_mem, max_connections etc).

I would suggest that the OOM killer is working as intended and something
is not quite right within the config.

You may want to review the memory consumption at peak times taking into
consideration anything else running on the machine.
=============================================

Romax Technology Limited
A limited company registered in England and Wales.
Registered office:
Rutherford House
Nottingham Science and Technology Park
Nottingham
NG7 2PZ
England
Registration Number: 2345696
VAT Number: 526 246 746

Telephone numbers:
+44 (0)115 951 88 00 (main)

For other office locations see:
http://www.romaxtech.com/Contact
=================================
===============
E-mail: info(at)romaxtech(dot)com
Website: www.romaxtech.com
=================================

================
Confidentiality Statement
This transmission is for the addressee only and contains information that
is confidential and privileged.
Unless you are the named addressee, or authorised to receive it on behalf
of the addressee
you may not copy or use it, or disclose it to anyone else.
If you have received this transmission in error please delete from your
system and contact the sender. Thank you for your cooperation.
=================================================

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Markella Skempri 2014-03-26 13:47:47 Re: Why shared_buffers max is 8GB?
Previous Message Martin French 2014-03-26 13:30:02 Re: Why shared_buffers max is 8GB?