Re: R: repeated out of shared memory error - not related to max_locks_per_transaction

From: 066ce286(at)free(dot)fr
To: Alfonso Moscato <alfonso(dot)moscato(at)merqurio(dot)it>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: R: repeated out of shared memory error - not related to max_locks_per_transaction
Date: 2018-07-20 13:06:39
Message-ID: 1792205563.130550319.1532091999599.JavaMail.root@zimbra82-e14.priv.proxad.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

What are your values for :

autovacuum_max_workers
max_prepared_transactions
block_size
wal_block_size

?

----- Mail original -----
De: "Alfonso Moscato" <alfonso(dot)moscato(at)merqurio(dot)it>
À: "MichaelDBA" <MichaelDBA(at)sqlexec(dot)com>, "Lance' 'Campbell" <lance(at)illinois(dot)edu>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Envoyé: Vendredi 20 Juillet 2018 14:39:01
Objet: R: repeated out of shared memory error - not related to max_locks_per_transaction

I thought it could have be.

Work_mem was 131mb and I reduced it to 60mb. Errors keep starting after one day and half.

Regards

alfonso

Da: MichaelDBA <MichaelDBA(at)sqlexec(dot)com>
Inviato: venerdì 20 luglio 2018 14:36
A: Campbell, Lance <lance(at)illinois(dot)edu>
Cc: Alfonso Moscato <alfonso(dot)moscato(at)merqurio(dot)it>; pgsql-admin(at)lists(dot)postgresql(dot)org
Oggetto: Re: repeated out of shared memory error - not related to max_locks_per_transaction

Perhaps your "work_mem" setting is causing the memory problems. Try reducing it to see if that alleviates the problem.

Regards,
Michael Vitale

Campbell, Lance

Friday, July 20, 2018 8:32 AM

I would also lookup the definition of shared buffers and effective cache. If I remember correctly you can think of shared buffers as how much memory total PostgreSQL has to work with. Effective cache is how much memory is available for PostgreSQL to run, shared buffers, as well as an estimate of how much memory is available to the OS to cache files in memory. So effective cache should be equal to or larger than shared buffers. Effective cache is used to help with the SQL planning.

Double check the documentation.

Lance

Sent from my iPad

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alfonso Moscato 2018-07-20 13:10:19 R: R: repeated out of shared memory error - not related to max_locks_per_transaction
Previous Message MichaelDBA 2018-07-20 13:00:09 Re: repeated out of shared memory error - not related to max_locks_per_transaction