error en spoon

Hola

Al tratar de migrar una base me sale el siguiente error en spoon

2016/06/09 18:10:05 - 04_sga_alumnos - ERROR: memoria compartida agotada
  Hint: Puede ser necesario incrementar max_locks_per_transaction.

Ese valor que puede ser necesario incrementar (max_locks_per_transaction) de que software es?(spoon, java, cliente postgres, servidor postgres)

Como elevo los valores o que valores son recomendables?

Emilio

Es de postgres, revisa ese y otros parametros relacionados con el uso de memoria:
Archivo: /9.x/data/postgresql.conf

#------------------------------------------------------------------------------

LOCK MANAGEMENT

#------------------------------------------------------------------------------

#deadlock_timeout = 1s
#max_locks_per_transaction = 64 # min 10
# (change requires restart)

Note: Each lock table slot uses ~270 bytes of shared memory, and there are

max_locks_per_transaction * (max_connections + max_prepared_transactions)

lock table slots.

#max_pred_locks_per_transaction = 64 # min 10
# (change requires restart)