Re: FreeBSD 7 needing to allocate lots of shared memory

From: Christiaan Willemsen <cwillemsen(at)technocon(dot)com>
To: Isak Hansen <isak(dot)hansen(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: FreeBSD 7 needing to allocate lots of shared memory
Date: 2008-11-17 13:05:29
Message-ID: 49216C19.6030505@technocon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

#sysctl -a | grep shm
kern.ipc.shm_allow_removed: 0
kern.ipc.shm_use_phys: 1
kern.ipc.shmall: 68719476736
kern.ipc.shmseg: 128
kern.ipc.shmmni: 192
kern.ipc.shmmin: 1
kern.ipc.shmmax: 68719476736

Isak Hansen wrote:
> On Mon, Nov 17, 2008 at 12:11 PM, Christiaan Willemsen
> <cwillemsen(at)technocon(dot)com> wrote:
>
>> Yes, I did ;)
>>
>>
>
> Still the same error, i.e. unable to allocate shared memory? What does
> "sysctl -a | grep shm" say?
>
>
> Isak
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Teodor Sigaev 2008-11-17 13:12:04 Re: How to reduce impact of a query.
Previous Message Isak Hansen 2008-11-17 13:03:43 Re: FreeBSD 7 needing to allocate lots of shared memory