RE: Memory issues with PostgreSQL 15

From: Christian Schröder <christian(dot)schroeder(at)wsd(dot)com>
To: Francisco Olarte <folarte(at)peoplecall(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>, Eric Wong <eric(dot)wong(at)wsd(dot)com>
Subject: RE: Memory issues with PostgreSQL 15
Date: 2024-05-30 07:37:10
Message-ID: LO0P265MB2700BBA991A358F85ADF141BF9F32@LO0P265MB2700.GBRP265.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Francisco,
Unfortunately, all disks have plenty of free space, so this can be ruled out as a reason.
I will follow up on the other suggestions from the list.

Best,
Christian

-----Original Message-----
From: Francisco Olarte <folarte(at)peoplecall(dot)com>
Sent: Wednesday, May 29, 2024 10:24 AM
To: Christian Schröder <christian(dot)schroeder(at)wsd(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org; Eric Wong <eric(dot)wong(at)wsd(dot)com>
Subject: Re: Memory issues with PostgreSQL 15

[EXTERNAL]

Hi Christian:

On Wed, 29 May 2024 at 00:59, Christian Schröder <christian(dot)schroeder(at)wsd(dot)com> wrote:
> Thank you for your advice. I used "ipcs" to get more readable information about the shared memory:
...
> As far as I understand, there is no upper limit to the size of the shared memory. The database only holds a single shared memory segment, which doesn't seem to have a relevant size.

Seems the same to me, so I will disregard that.

> I am surprised to see this since I would have expected much more shared memory to be used by the database. Is there anything in the configuration that prevents the shared memory from being used?

I am not too current with postgres, that one was a thing which happened to me when I did more administration, and is one you always want to check. I assume you have all checked, but I would follow by insuring every mounted partition in your system has space. I am not current on the details, but I know Pg can be mmaping things and doing other stuff. Your problem seems more of resource exhaustion, so I would follow by checking that, both disk, tmpfs and all the other stuff. I cannot give you advice on that as it depends a lot on your server configuration and from the age in the mssages I suspect you have the usual suspects debugged. But as you have a configuration crahsing in minutes and it seems to be a dev server you could do it easily.

Sorry.

Francisco Olarte.

----------------------------------------------
SUPPORT:
For any issues, inquiries, or assistance, please contact our support team at support(at)wsd(dot)com(dot) Our dedicated team is available to help you and provide prompt assistance.

CONFIDENTIALITY NOTICE:
This email and any attachments are confidential and intended solely for the use of the individual or entity to whom it is addressed. If you have received this email in error, please notify the sender immediately and delete it from your system.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christian Schröder 2024-05-30 08:26:11 RE: Memory issues with PostgreSQL 15
Previous Message Andrea Gelmini 2024-05-30 06:25:34 Re: Memory issues with PostgreSQL 15