Re: Problema con shared buffers and SHMMAX

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Edwin Quijada <listas_quijada(at)hotmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Problema con shared buffers and SHMMAX
Date: 2009-11-10 23:57:04
Message-ID: 20091110235703.GN3798@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Edwin Quijada escribió:
>
> Hola!
> Tengo un nuevo servidor con 24Gb Ram y 4 nucleos, si me lo merezco use mastercard, aumente el shred_buffers a 10gb y shmmax lo puse en 11 pero al tratar de subir a Postgres me dio un error que no conocia.

Creo que se te pasó la mano con shared_buffers, ¿le pusiste un cero de
más?

> FATAL: could not create shared memory segment: No queda espacio en el dispositivo
> DETAIL: Failed system call was shmget(key=5432001, size=10988486656, 03600).
> HINT: This error does *not* mean that you have run out of disk space.
> It occurs either if all available shared memory IDs have been taken, in which case
> you need to raise the SHMMNI parameter in your kernel, or because the system's overall
> limit for shared memory has been reached. If you cannot increase the shared memory limit,
> reduce PostgreSQL's shared memory request (currently 10988486656 bytes), by reducing its
> shared_buffers parameter (currently 1310720) and/or its max_connections parameter (currently 103).
> The PostgreSQL documentation contains more information about shared memory configuration.

--
Alvaro Herrera Vendo parcela en Valdivia: http://rie.cl/?a=255568
"In a specialized industrial society, it would be a disaster
to have kids running around loose." (Paul Graham)

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Edwin Quijada 2009-11-11 00:00:17 RE: Tareas a realizar sobre un servidor PostgreSQL
Previous Message Edwin Quijada 2009-11-10 23:48:08 RE: SOT: Mensaje de PostgreSQL