Re: [PATCH] per-user signal pending and message queue limits

From: Andrew Morton
Date: Mon Apr 19 2004 - 17:59:11 EST


Marcelo Tosatti <marcelo.tosatti@xxxxxxxxxxxx> wrote:
>
> (forgot the subject on the first message)
>
> Andrew,
>
> Here goes the signal pending & POSIX mqueue's per-uid limit patch.
>
> Initialization has been moved to include/asm-i386/resource.h, as you suggested.
>
> The global mqueue limit has been increased to 256 (64 per user), and the global
> signal pending limit to 4096 (1024 per user).
>
> This has been well tested.
>
> If you are OK with it for inclusion (-mm) I'll generate the arch-dependant
> changes for the other architectures.

yes, please.

> { RLIM_INFINITY, RLIM_INFINITY }, \
> + { IR_SIGNALS, IR_SIGNALS }, \
> + { IR_MSGQUEUE, IR_MSGQUEUE }, \

What does "IR" stand for here? Can a more meaningful abbreviation be chosen?


-
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/