Re: Initdb problem on debian mips cobalt: Bus error - Mailing list pgsql-general

From Richard Huxton
Subject Re: Initdb problem on debian mips cobalt: Bus error
Date
Msg-id 4880803E.40903@archonet.com
Whole thread Raw
In response to Re: Initdb problem on debian mips cobalt: Bus error  (Glyn Astill <glynastill@yahoo.co.uk>)
List pgsql-general
Glyn Astill wrote:
> I assume it's doing it correctly
>
> deb:/home/glyn# cat /proc/sys/kernel/shmmax
> 33554432
>
> That's right isn't it?
>
>  4096*8192= 33554432

Does shmall allow for any more? Other processes may be preventing you
from allocating all that. Of course, ideally you'd get an error message
regarding allocation rather than a bus error.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Glyn Astill
Date:
Subject: Re: Initdb problem on debian mips cobalt: Bus error
Next
From: Richard Huxton
Date:
Subject: Re: Reducing memory usage of insert into select operations?