Lines Matching full:soft
137 fprintf(stderr, "initial soft limit: %s\n", strbuff);
154 * if soft limit and hard limit are different we ask the
155 * system to raise soft limit all the way up to the hard
156 * limit. Due to some other system limit the soft limit
158 * point the resulting soft limit is our limit. Trying to
159 * open more than soft limit file descriptors will fail.
167 fprintf(stderr, "raising soft limit up to OPEN_MAX\n");
178 fprintf(stderr, "raising soft limit up to hard limit\n");
203 fprintf(stderr, "current soft limit: %s\n", strbuff);
224 * verify that soft limit is higher than NUM_NEEDED,