[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running out of memory in 1 easy step



On Thu, Sep 14, 2000 at 06:08:28PM +0200, Wichert Akkerman wrote:
> Previously Andi Kleen wrote:
> > There is a hardwired limit of 1024 vmas/process. This is to avoid denial
> > of service attacks with attackers using up all memory with vmas.
> 
> That's trivial to circumvent using multiple processes or even threads which
> makes it a useless and possibly damaging protection imho..

The limit is actually 65536 I misremembered it. 
The main purpose is probably to avoid the counter wrapping. 
When get_unmapped_area failed you likely just ran out of virtual address space.


-Andi

-- 
This is like TV. I don't like TV.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/