Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 1999 13:08:47 +0200
From:      Marcel Moolenaar <marcel@scc.nl>
To:        database@FreeBSD.org
Subject:   Re: semget does work: solution
Message-ID:  <38085CBF.51A6BD9@scc.nl>
References:  <3807183D.C3E41884@scc.nl>, <001101bf1748$6a04b200$0321a8c0@bmach.nederware.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Berend de Boer wrote:

> Marcel found the problem: I just had to increate the number of semaphores.
> This is defined in usr/src/sys/sys/sem.h.
> 
> I had to change the line from:
> 
> #define SEMMNS  60             /* # of semaphores in system */
> 
> to 120. Now both PostgreSQL and Interbase run on the same system.

Just a small note: You change this in your kernel config file with:
	options	SEMMNS=120

-- 
Marcel Moolenaar                        mailto:marcel@scc.nl
SCC Internetworking & Databases           http://www.scc.nl/
The FreeBSD project                mailto:marcel@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-database" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38085CBF.51A6BD9>