[PATCH 0/3] ipc: Further updates to sysv/mqueue limits

2014-08-12 Thread Manfred Spraul
Hi Andrew, I got some positive and no negative feedback on my patches, thus: Could you add the patches to -mm and push them towards Linus? 0001-ipc-msg-increase-MSGMNI-remove-scaling.patch - increase MSGMNI to 32000 - as a bonus, this removes around 300 lines 0002-ipc-sem.c-incre

Re: [PATCH 0/3] ipc: Further updates to sysv/mqueue limits

2014-05-30 Thread Michael Kerrisk (man-pages)
On 05/29/2014 08:46 PM, Manfred Spraul wrote: > Hi all, > > a) If we increase SHMMAX/SHMALL, then it makes sense to >increase MSGMNI, too. >And: This allows to remove the automatic scaling (~300 lines) > > b) We can also increase SEMMSL, SEMMNI and SEMOPM > > c) I think it would make mor

[PATCH 0/3] ipc: Further updates to sysv/mqueue limits

2014-05-29 Thread Manfred Spraul
Hi all, a) If we increase SHMMAX/SHMALL, then it makes sense to increase MSGMNI, too. And: This allows to remove the automatic scaling (~300 lines) b) We can also increase SEMMSL, SEMMNI and SEMOPM c) I think it would make more sense if a namespace starts with the limits from it's paren