Re: Found the commit that causes the OOMs

From: KOSAKI Motohiro
Date: Mon Jun 29 2009 - 15:09:09 EST


typo.

> OK. we need learn testcase more.
>
> [read test program source code... ]
>
> this program makes `cat /proc/sys/kernel/msgmni` * 10 processes.
> At least, one process creation need one userland stack page (i.e. one anon)
> + one kernel stack page (i.e. one unaccount page) + one pagetable page.
>
> In my 1GB box environment,  default msgmni is 11969.
> Oh well, the system physical ram (255744) is less than needed pages (11969 * 3).

wrong) 11969 * 3
correct) 119690 * 3
--
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/