From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GLDOc-0007At-2w for garchives@archives.gentoo.org; Thu, 07 Sep 2006 06:29:54 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k876SHZB003233; Thu, 7 Sep 2006 06:28:17 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k876LHq3014359 for ; Thu, 7 Sep 2006 06:21:17 GMT Received: by wx-out-0506.google.com with SMTP id r21so143164wxc for ; Wed, 06 Sep 2006 23:21:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=HcUvh+w7NwD15FyDnUIvUV8C5iuBmhDqtZo79ULJwLfxdy8HpdsZECwtXbCkAnKennxF0ZRIUuGRHkeEwzv4hXHerAoWthd5fqr+Y1kpYPBCB1tH1G0ESLFFP3fEQdlJJYZIkX3DMBy6VV/vq13vP2gmnI7mRBQfMdvjviB4Dks= Received: by 10.70.60.7 with SMTP id i7mr650081wxa; Wed, 06 Sep 2006 23:21:16 -0700 (PDT) Received: by 10.70.110.1 with HTTP; Wed, 6 Sep 2006 23:21:16 -0700 (PDT) Message-ID: <7573e9640609062321m72b7cdbao743e8df9330b2b8d@mail.gmail.com> Date: Wed, 6 Sep 2006 23:21:16 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] installing mono In-Reply-To: <200609070735.36900.stefi@geohidroterv.hu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Disposition: inline References: <200609060837.17515.stefi@geohidroterv.hu> <7573e9640609061339g3642c9ddi360096c792594dd7@mail.gmail.com> <7573e9640609061340ye22554lbe6fa6f747d2dbb3@mail.gmail.com> <200609070735.36900.stefi@geohidroterv.hu> X-Google-Sender-Auth: bafce9f659bc032a X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k876LHq3014359 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k876SHZP003233 X-Archives-Salt: d00a9dbb-8039-497a-a06f-92fbdaa1bd07 X-Archives-Hash: 090bd73741d14172a9fab7e766036804 On 9/6/06, Stef=E1n Istv=E1n wrote: > # cat /proc/sys/kernel/sem > 250 32000 32 128 > # cat /proc/sys/kernel/shmall > 2097152 > # cat /proc/sys/kernel/shmmax > 33554432 > # cat /proc/sys/kernel/shmmni > 4096 > > And how can I achive to have more semaphores? sysctl can do this: carcharias # sysctl -a | grep sem kernel.sem =3D 250 32000 32 128 carcharias # sysctl -e kernel.sem=3D"500 32000 64 256" kernel.sem =3D 500 32000 64 256 carcharias # sysctl -a | grep sem kernel.sem =3D 500 32000 64 256 I don't have any good document pointer as to what each of the values here mean, but googling should turn up something interesting. The 32000 seems like a good sized real-world number, I suspect that is the system total, and the others might be per-user or per-process. So I would just start by doubling the others until you either cannot raise them any more or it works... -Richard --=20 gentoo-user@gentoo.org mailing list