Lines Matching full:soft
138 fprintf(stderr, "initial soft limit: %s\n", strbuff);
149 * if soft limit and hard limit are different we ask the
150 * system to raise soft limit all the way up to the hard
151 * limit. Due to some other system limit the soft limit
153 * point the resulting soft limit is our limit. Trying to
154 * open more than soft limit file descriptors will fail.
162 fprintf(stderr, "raising soft limit up to OPEN_MAX\n");
173 fprintf(stderr, "raising soft limit up to hard limit\n");
198 fprintf(stderr, "current soft limit: %s\n", strbuff);
263 /* soft limit minus SAFETY_MARGIN */