Re: Out of memory problem

From: Nicola Farina <nicola(dot)farina(at)info-line(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Out of memory problem
Date: 2009-12-30 16:10:30
Message-ID: 4B3B7B76.2050007@info-line.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


It seems that the process goes a little further lowering shared_buffers
but I've reached the minimum (128kB with max_connections = 2)
without reaching the end .....
Are there any chances to break the 128kb limit ?
Or do I need to break this process in two smaller parts (not easy for me
....) ?

Craig Ringer wrote:
> On 30/12/2009 6:35 PM, Nicola Farina wrote:
>> Hello
>>
>> I am using PostgreSQL 8.3.7, compiled by Visual C++ build 1400 under
>> win32 on a pc with 2 gb ram.
>> I need to use a long running plperlu stored procedure which actually
>> seems to make pg consume lot of memory
>> till a point in which pg crashes.
>
> Can you post the procedure code, or at least a description of what it
> does? Without knowing that, it's essentially impossible to answer your
> question.
>
> --
> Craig Ringer
>

--
Nicola Farina

Ufficio Progetti

Info Line Srl, Via Colorno 63/a, 43122 Parma
Tel 0521-609811
Fax 0521-606924
e-mail: nicola(dot)farina(at)info-line(dot)it
sito web: http://www.info-line.it

*** AVVISO di RISERVATEZZA ***

Ai sensi del D.lgs 196/03 si precisa che il contenuto di questo messaggio è rivolto unicamente alle persone cui è indirizzato e può contenere informazioni la cui riservatezza è tutelata legalmente.
Ne sono vietati la riproduzione, la diffusione e l'uso in mancanza di autorizzazione del destinatario. Se l'avete ricevuto per errore vogliate eliminare il messaggio in modo permanente e darcene cortesemente notizia rispondendo all'indirizzo:
segreteria(at)info-line(dot)it

In response to

Browse pgsql-general by date

  From Date Subject
Next Message shulkae 2009-12-30 17:11:34 Deleting 100 rows which meets certain criteria
Previous Message Nicola Farina 2009-12-30 13:40:49 Re: Out of memory problem