MINULIMIT
ASSERT(minulimit >= MINULIMIT, "ULIMIT TOO SMALL",
if (limit < MINULIMIT) {
"ULIMIT (%ld) < MINULIMIT (%ld)", limit, MINULIMIT);