Re: Total crash of my db-server

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: Henrik Steffen <steffen(at)city-map(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Total crash of my db-server
Date: 2002-12-16 14:24:29
Message-ID: Pine.LNX.4.21.0212161412340.25029-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 16 Dec 2002, Justin Clift wrote:

> Henrik Steffen wrote:
> > hi tom,
> >
> > ok, I understand this.
> >
> > But: There is ONLY postgres running on this particular
> > machine. And it's mostly when backup (dumpall) and/or
> > vacuuming/reindexing is going on.
> >
> > In my opinion, postgresql does something on my machine
> > that leads to these complete system lockups.
>
> It sounds like the system lockups are occuring perhaps due to disk I/O, with PostgreSQL being the program causing the
> disk load past what the system handles.
>
> [edited]
> As a thought, if this is really being caused by disk I/O loads, then it might be able to trigger it on demand with disk
> benchmarking programs (just an idle thought). That could be useful to know about.
>

I'm coming into this late, don't know what's been said before in this thread
and considering the above mention of dumping I'm probably completely off the
charts on the uselessness of this question/suggestion but...

Are you using a 'lazy' memory allocation setup. You could find that suddenly
finding the requested memory isn't really there when told it was when
requesting it has nasty effects.

I presume the normal talk of core dumps etc has happened.

--
Nigel Andrews

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tino Wildenhain 2002-12-16 14:28:46 Re: Total crash of my db-server
Previous Message James Thompson 2002-12-16 14:22:39 Re: Total crash of my db-server