All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manfred Spraul <manfred@colorfullife.com>
To: Arvind Kandhare <arvind.kan@wipro.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	"indou.takao" <indou.takao@jp.fujitsu.com>, rml <rml@tech9.net>,
	Dave Jones <davej@suse.de>,
	roystgnr@owlnet.rice.edu, garagan@borg.cs.dal.ca
Subject: Re: Changing SEMVMX to a tunable parameter
Date: Thu, 29 May 2003 12:36:15 +0200	[thread overview]
Message-ID: <3ED5E29F.3010900@colorfullife.com> (raw)
In-Reply-To: <3ED5DE49.5CA79049@wipro.com>

Arvind Kandhare wrote:

>1. Most of the IPC parameters (e.g. msgmni, msgmax, 
>msgmnb , shmmni, shmmax) are tunables. 
>
>(Please refer : 
>http://web.gnu.walfield.org/mail-archive/linux-kernel-digest/1999-November/0020.html)
>
>Was there any specific reason why semvmx was not made a tunable with the 
>above set??  
>  
>
Because I didn't see the need for making it tunable.

>2. By having semvmx as tunable, administrator gets more flexibility 
>in controlling the resource usage on the system:
>        a. By increasing this, it is possible to allow more     
>        processes to use the system resources controlled by a
>        semaphore concurrently.
>  
>
Changing semvmx has no effect on the resource usage: An integer occupies 
4 bytes, a short 2 bytes, independant of it's value.

>Because of problems with dynamic tuning (ref first mail on the subject), 
>static tuning (boot time) is proposed.
>
>Please let us know your comments.
>  
>
Review everything for signed/unsigned problems, then post your findings 
and a patch that increases the limit to 64k. The whole patch will be 
shorter than the "confidential" disclaimer at the end of your mails.

--
    Manfred


      parent reply	other threads:[~2003-05-29 10:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-28 14:24 Changing SEMVMX to a tunable parameter Arvind Kandhare
2003-05-28 16:15 ` Manfred Spraul
2003-05-29 10:17   ` Arvind Kandhare
2003-05-29 10:34     ` William Lee Irwin III
2003-05-29 10:36     ` Manfred Spraul [this message]

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=3ED5E29F.3010900@colorfullife.com \
    --to=manfred@colorfullife.com \
    --cc=arvind.kan@wipro.com \
    --cc=davej@suse.de \
    --cc=garagan@borg.cs.dal.ca \
    --cc=indou.takao@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rml@tech9.net \
    --cc=roystgnr@owlnet.rice.edu \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.