Re: ayuda- memoria-utiliza-postgresql

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: tgutierrez(at)unipamplona(dot)edu(dot)co
Cc: AyudaPostgres <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: ayuda- memoria-utiliza-postgresql
Date: 2004-08-31 21:11:32
Message-ID: 20040831211132.GB6895@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Tue, Aug 31, 2004 at 03:44:31PM -0500, tgutierrez(at)unipamplona(dot)edu(dot)co wrote:

> name | setting | context | vartype | source | min_val | max_val
> ----------------------+---------+---------+---------+---------+---------+--------------
> effective_cache_size | 1000 | user | real | default | 0 | 1.79769e+308
> (1 fila)
>
> el valor de setting es en kB, B o en MB?
> y en ese campo coloco los 700 MB?

Que tal si lees la documentacion relevante? Es bastante explicita.

effective_cache_size (floating point)
Sets the planner's assumption about the effective size of
the disk cache (that is, the portion of the kernel's disk cache that
will be used for PostgreSQL data files). This is measured in disk pages,
which are normally 8192 bytes each. The default is 1000.

Tambien tienes que dejar memoria para shared_buffers, sort_mem y
vacuum_mem. Y obviamente tambien para el resto de los procesos y el
kernel ...

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Un poeta es un mundo encerrado en un hombre" (Victor Hugo)

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2004-08-31 21:13:48 Re: CAST
Previous Message tgutierrez 2004-08-31 20:44:31 Re: ayuda- memoria-utiliza-postgresql