Re: New PG14 server won't start with >2GB shared_buffers

From: Chris Hoover <chrish(at)aweber(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Evan Rempel <erempel(at)uvic(dot)ca>, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: New PG14 server won't start with >2GB shared_buffers
Date: 2023-03-02 21:53:03
Message-ID: 3FB541BC-E9CA-4F20-A2B6-05B902E6D98F@aweber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Just to wrap this up, we finally found the issue.

vm.overcommit_ratio was set to 0. After setting vm.overcommit_ratio to 50, the issue resolved.

Thanks,

Chris Hoover
Senior DBA
AWeber.com
Cell: (803) 528-2269
Email: chrish(at)aweber(dot)com

> On Feb 27, 2023, at 11:25 AM, Chris Hoover <chrish(at)aweber(dot)com> wrote:
>
> Tom and everyone,
>
> We are leaning towards some sort of hardware/physical memory issue. Our server admins are going to take the server and do some in depth testing of the hardware.
>
> Thanks again for all the assistance over the weekend.
>
> Thanks,
>
>
> Chris Hoover
> Senior DBA
> AWeber.com
> Cell: (803) 528-2269
> Email: chrish(at)aweber(dot)com
>
>
>
>> On Feb 26, 2023, at 7:22 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>>
>> Chris Hoover <chrish(at)aweber(dot)com> writes:
>>> Got a chance to work on this today. Here is what I’m getting. I used the same command that is used when the config has small memory.
>>
>> OK, so it still happens when interactive, which seems to exclude systemd.
>>
>> Have you tried setting huge_pages = off, as somebody suggested upthread?
>> (The default setting of "try" ought to work anyway, but we've heard a few
>> reports suggesting sometimes it doesn't.)
>>
>> Googling for ways to limit resources under Linux led me to mentions of
>> /etc/security/limits.conf, which might be worth checking. The comments
>> in that say it only applies to logins via PAM, which should include your
>> interactive session and I'm not too sure about Patroni.
>>
>> Otherwise I'm kind of running out of ideas :-(. *Something* is clearly
>> interfering with your resource limits, but I don't know what.
>>
>> regards, tom lane
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message MichaelDBA 2023-03-02 21:56:44 Re: New PG14 server won't start with >2GB shared_buffers
Previous Message Govardhan .G 2023-03-02 17:51:26 Re: Forcasting in Postgresql