Searched refs:LIMIT_CAP (Results 1 – 1 of 1) sorted by relevance
149 #define LIMIT_CAP (256*1024) macro150 if(rl.rlim_cur > LIMIT_CAP) {151 fprintf(stderr, "soft limit above %ld, not running\n", (long)LIMIT_CAP);
Completed in 7 milliseconds