On Thu, 17 May 2007 20:15:32 +0530, Anand Jahagirdar said: > Hello All > I have set per user process limit ( ulimit) for both > root and guest account as 8000 by using option ulimit -u 8000.this is > Hard limit. still fork bombing attack killed the box and machine > needed reboot. will any body please tell me why this is so? i have > tried all this attack on machine with FC6 and Linux kernel 2.6.18. Convince me that your machine in fact has sufficient resources to spawn 8000 processes. Then retry it with "ulimit -u 100", and then do a binary search from 100 to 8000 to find out what value it stops working at.