Wednesday, April 11, 2012

Before testing fork(bombs), break glass

Like everyone who spits off a fork bomb during a test, and realizes they've forgot the most important thing when testing a multi-process program for correctness and typo's.



$ ulimit -u
15878
$ ulimit -u 20
$ ulimit -u
20


Lower the max user processes first!

No comments:

Post a Comment