From: "Richard Fish" <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] installing mono
Date: Wed, 6 Sep 2006 23:21:16 -0700 [thread overview]
Message-ID: <7573e9640609062321m72b7cdbao743e8df9330b2b8d@mail.gmail.com> (raw)
In-Reply-To: <200609070735.36900.stefi@geohidroterv.hu>
On 9/6/06, Stefán István <stefi@geohidroterv.hu> 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 = 250 32000 32 128
carcharias # sysctl -e kernel.sem="500 32000 64 256"
kernel.sem = 500 32000 64 256
carcharias # sysctl -a | grep sem
kernel.sem = 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
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-09-07 6:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-06 6:37 [gentoo-user] installing mono Stefán István
2006-09-06 8:38 ` Neil Bothwick
2006-09-06 8:58 ` Stefán István
2006-09-06 10:08 ` Neil Bothwick
2006-09-07 5:38 ` Stefán István
2006-09-06 20:39 ` Richard Fish
2006-09-06 20:40 ` Richard Fish
[not found] ` <200609070735.36900.stefi@geohidroterv.hu>
2006-09-07 6:21 ` Richard Fish [this message]
2006-09-06 23:12 ` David Grant
2006-09-07 5:40 ` Stefán István
2006-09-07 6:25 ` Richard Fish
2006-09-08 11:12 ` Stefán István
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7573e9640609062321m72b7cdbao743e8df9330b2b8d@mail.gmail.com \
--to=bigfish@asmallpond.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox