Excerpts from Alvaro Herrera's message of mar dic 28 12:29:15 -0300 2010:
> Excerpts from albertobruening's message of mar dic 28 11:59:26 -0300 2010:
> > 
> > Este el mensaje en log del postgresql.
> > 
> > could not create shared memory segment: No queda espacio en el dispositivo.
> > 
> > Hint: this error does *not* mean that yoy have run out of disk space. it 
> > occurs either if all
> > shared memory IDs have been taken, in wich case you need to raise SHMMNI 
> > parameter in yout kernel,
> > or because the system's overall limit for shared memory has been reached. 
> > if you cannot increase
> > the shared memory limit, reduce postgresql shared memory request (currently 
> > 1103593472 bytes), 
> > by reducing its shared_buffers parameters (currently 1031072) and/or its 
> > max_conexxion parameters
> > (currently 100).
> 
> En ninguna parte se menciona SHMMAX.  Puede ser que el problema sea
> SHMALL; o quizás estás pidiendo demasiada memoria, considerando que el
> servidor sólo tiene 4 GB.  ¿Qué más está corriendo simultáneamente?

Se me olvidaba -- usa ipcs para saber qué otros segmentos de memoria
se están usando.

-- 
Álvaro Herrera <alvhe...@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
-
Enviado a la lista de correo pgsql-es-ayuda (pgsql-es-ayuda@postgresql.org)
Para cambiar tu suscripci�n:
http://www.postgresql.org/mailpref/pgsql-es-ayuda

Responder a