Sto eseguendo una sorta di intensivo rilascio e creazione di schemi su un server PostgreSQL, ma ora mi lamento ..:
WARNING: out of shared memory
ERROR: out of shared memory
HINT: You might need to increase max_locks_per_transaction.
Ma il problema persiste se PostgreSQL viene appena riavviato service postgresql restart
, sospetto che max_locks_per_transaction non ottimizzerà nulla.
Sono un po 'estraneo perché gli elenchi di risoluzione dei problemi per questo errore non funzionano per me.
ULTERIORI INFORMAZIONI 1409291350: Mancano alcuni dettagli ma mantengo il risultato SQL di base.
postgres=# SELECT version();
PostgreSQL 9.3.5 on x86_64-unknown-linux-gnu, compiled by gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2,
64-bit
E:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
max_locks_per_transaction = 64 # min 10
Finora ho commentato in /etc/postgresql/9.3/main/postgresql.conf.
SELECT version()
? Problema interessante ...