Re: semget: no space left on freebsd 6.2
- From: "Artis Caune" <artis.caune@xxxxxxxxx>
- Date: Tue, 23 Sep 2008 11:06:35 +0300
On Tue, Sep 23, 2008 at 10:26 AM, Jordi Moles Blanco <jordi@xxxxxxxxx> wrote:
Also try adding this options on FreeBSD kernel config:
options SEMMNI=20
options SEMMNS=120
And set the kern.maxfiles sysctl option higher than 1000.
*********************
it didn't work either.
Hi,
you don't have to recompile the kernel to change those, just add them
in /boot/loader.conf:
kern.ipc.semmni="256"
kern.ipc.semmns="512"
kern.ipc.semmnu="256"
You should also add these lines to /etc/sysctl.conf:
kern.ipc.shmmax=536870912
and/or also:
kern.ipc.semmap=256
kern.ipc.shm_use_phys=1
kern.ipc.shmall=131072
depending on how much memory you have and how mush shared memory modules need.
--
regards,
Artis Caune
<----. CCNA
<----|====================
<----' didii FreeBSD
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: semget: no space left on freebsd 6.2
- From: Jordi Moles Blanco
- Re: semget: no space left on freebsd 6.2
- From: Jordi Moles Blanco
- Re: semget: no space left on freebsd 6.2
- References:
- semget: no space left on freebsd 6.2
- From: Jordi Moles Blanco
- semget: no space left on freebsd 6.2
- Prev by Date: Re: upgrade from 6.1-RELEASE to 6.3-RELEASE
- Next by Date: Moving to freebsd firewall for a small DataCenter network
- Previous by thread: semget: no space left on freebsd 6.2
- Next by thread: Re: semget: no space left on freebsd 6.2
- Index(es):
Relevant Pages
|