Hi! > +check_limits() > +{ > + local tasksneeded=$((max * nbprocess + 100)) We allready have some reserve for the system in the tst_get_free_pids() so shouldn't this be just max * nbprocess ? -- Cyril Hrubis chrubis@suse.cz