Re: Total crash of my db-server

From: Kevin Brown <kevin(at)sysexperts(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Total crash of my db-server
Date: 2002-12-16 23:07:05
Message-ID: 20021216230705.GB20180@filer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nigel J. Andrews wrote:
> 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.

But this wouldn't cause the kernel to crash. The kernel might start
killing processes, possibly randomly, in an effort to free memory (and
others would die of their own accord as their attempts to allocate
memory fail), but it shouldn't cause the kernel itself to hang or
crash.

--
Kevin Brown kevin(at)sysexperts(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Brown 2002-12-16 23:15:17 Re: Total crash of my db-server
Previous Message Gavin M. Roy 2002-12-16 23:00:03 ORDER BY random() LIMIT 1 slowness