Re: Parametros para postgresql

From: Guillermo Farias Diaz <gfarias(at)altavoz(dot)net>
To: "J(dot) Arturo Llanquihuén M(dot)" <arturo(at)llanquihuen(dot)cl>
Cc: 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-09 18:48:11
Message-ID: 42A88EEB.5030503@altavoz.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Aqui habla de como hacerlo
http://www.postgresql.org/docs/7.3/interactive/kernel-resources.html

extracto:

FreeBSD
NetBSD
OpenBSD

The options SYSVSHM and SYSVSEM need to be enabled when the kernel
is compiled. (They are by default.) The maximum size of shared memory is
determined by the option SHMMAXPGS (in pages). The following shows an
example of how to set the various parameters:

options SYSVSHM
options SHMMAXPGS=4096
options SHMSEG=256

options SYSVSEM
options SEMMNI=256
options SEMMNS=512
options SEMMNU=256
options SEMMAP=256

(On NetBSD and OpenBSD the key word is actually option singular.)

You may also want to use the sysctl setting to lock shared memory
into RAM and prevent it from being paged out to swap.

--
Atte.
Guillermo A. Farias Diaz
Linux Counter: #286041.
Altavoz S.A.

J. Arturo Llanquihuén M. wrote:
> Alejandro.
> cheque el siguiente link
> http://www.juancarlosmoral.es/hardware_tunning.html
> te servira para configurar tu servidor adecuadamente .
>
> saludos.
>
>
>

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Juan Pablo GO 2005-06-09 19:01:13 Re: - (Solución) - Problemas con initdb
Previous Message jmoroz@uol.com.ar 2005-06-09 18:46:53 Posrgesql 8 y Python en plataformas W32