Re: Parametros para postgresql

From: "Ing(dot) Jhon Carrillo - Caracas, Venezuela" <jdigital(at)cantv(dot)net>
To: "Alejandro Brust" <alejandrob(at)federacion(dot)pasteleros(dot)org(dot)ar>, <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Parametros para postgresql
Date: 2005-06-08 21:39:48
Message-ID: 05bb01c56c72$9a761a70$1400a8c0@tgusta2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

He escuchado que la concurrencia de postgresql
en sistemas unix exige tener activado el control de Semaforo del SO,
sin embargo, nunca lo he hecho. Indaga un poco en el tema a ver que tal.

Jhon Carrillo
Ingeniero en Computación
jdigital (a) cantv.net
+584145246033
Caracas - Venezuela

----- Original Message -----
From: Alejandro Brust
To: pgsql-es-ayuda(at)postgresql(dot)org
Sent: Wednesday, June 08, 2005 5:10 PM
Subject: [pgsql-es-ayuda] Parametros para postgresql

Hola a todos soy nuevo en la lista y estoy teniendo algunos problemas en cuanto a la configuracion del archivo postgresql.conf

Les describo lo que tengo:
Pent IV
1Gb ram
120 Gb HD
OS Freebsd 5.3
postgrsql 8.0

La cuestion es que estoy alcanzado picos de conexiones maximas y me pide que levante el parametro max_connections pero....

DETAIL: Failed system call was semget(5432004, 17, 03600).
HINT: This error does *not* mean that you have run out of disk space.
It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of
semaphores (SEMMNS), would be exceeded. You need to raise the respective kernel parameter. Alternatively, reduce PostgreSQL's
consumption of semaphores by reducing its DETAIL: Failed system call was semget(5432004, 17, 03600).
HINT: This error does *not* mean that you have run out of disk space.
It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of
semaphores (SEMMNS), would be exceeded. You need to raise the respective kernel parameter. Alternatively, reduce PostgreSQL's
consumption of semaphores by reducing its max_connections parameter (currently 50).
The PostgreSQL documentation contains more information about configuring your system for PostgreSQL.
parameter (currently 50).
The PostgreSQL documentation contains more information about configuring your system for PostgreSQL.

Alguien me podria decir para esta cantidad de ram y este S.O. si hay que compilar el kernel o tocar algun parametro, tengo algo leido pero
se me hace muy confuso y estoy muy corto de tiempo....

gracias por adelantado!

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Ing. Jhon Carrillo - Caracas, Venezuela 2005-06-08 21:44:49 Re: duda sobre plpgsql
Previous Message Ariel Tavella 2005-06-08 21:17:36 Ayuda Sobre Trigger