Re: Postgres errors in Drupal install. - Mailing list pgsql-general

From Martin Gainty
Subject Re: Postgres errors in Drupal install.
Date
Msg-id BLU142-W6362CEC5F4D3B66BA07DBAE570@phx.gbl
Whole thread Raw
In response to Re: Postgres errors in Drupal install.  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
Dave and John

drupal is built on php
php is a binary which plays by the memory limitations posted in php.ini
php.ini:
memory_limit=32M ; Maximum amount of memory a script may consume (32MB)

crank that down if Drupal is exhausting heapspace
Martin Gainty
GMT+5 (this week)
______________________________________________
Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Ez az üzenet bizalmas.  Ha nem ön az akinek szánva volt, akkor kérjük, hogy jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának készítése nem megengedett.  Ez az üzenet csak ismeret cserét szolgál és semmiféle jogi alkalmazhatósága sincs.  Mivel az electronikus üzenetek könnyen megváltoztathatóak, ezért minket semmi felelöség nem terhelhet ezen üzenet tartalma miatt.

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.



> Date: Sun, 26 Jun 2011 16:23:09 -0700
> From: pierce@hogranch.com
> To: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Postgres errors in Drupal install.
>
> On 06/26/11 4:10 PM, Dave Coventry wrote:
> >
> >> work_mem: 64kB
> >> shared_buffers: 128kB
> >> maintenance_work_mem: 1MB
> >>
> >> I'll see if that makes any difference.
>
> I'd watch the systems' memory usage as shown by `top` or `free`... as
> long as the 'cached' value (add in 'free' if its significant) stays
> reasonably large (say, 25-50% of your total ram), you're in good shape.
> using values as small as the defaults likely will degrade performance of
> the queries. postgres will behave somewhat more optimally if the
> 'estimated_cache_size' is near the 'cached' value.
>
>
> --
> john r pierce N 37, W 122
> santa cruz ca mid-left coast
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Postgres errors in Drupal install.
Next
From: Spencer Pearson
Date:
Subject: Retrieving the original table of a tuple stored in a tuplestore?