Re: Changing SEMVMX to a tunable parameter

From: William Lee Irwin III (wli@holomorphy.com)
Date: Thu May 29 2003 - 05:37:51 EST


On Thu, May 29, 2003 at 03:47:45PM +0530, 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??
> 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.
> b. By decreasing this, the number of processes
> using the system resources controlled by a semaphore
> concurrently can be limited.

Why not just implement it and let us take a look at it? It shouldn't be
that far out. Nothing wrong with fully dynamic tuning in principle,
though this stuff is pretty obscure. Just hammer it out and we'll see how
it looks.

-- wli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/