The most recent content from our members.
If you've ever seen an “out of shared memory” error in PosteSQL, you may need to increase max_locks_per_transaction. Most of the shared memory used by PostgreSQL is of a fixed size. This is true for the I/O cache (shared buffers) and for many other components as well. One of those components has to do with locking. If you…
It looks like you're new here. Sign in or register to get started.