Andi Kleen <[EMAIL PROTECTED]> wrote: > > Pretty much all the per process limits would need to be per uid to be really > useful in general. I'm hoping that we'll get some of that out of the recent
You've hit the nail on the head. I've always liked to have per-uid limits on network sockets too as otherwise you either have to cope with some rogue user taking all your TCP memory away or worse all of your kernel memory. Luckily the former isn't fatal because each TCP socket has a guaranteed 4K so they will still operate but it's still suboptimal. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/