166
166
rl.rlim_cur = rl.rlim_max = RLIM_INFINITY;
167
167
if (setrlimit(RLIMIT_CORE, &rl) && global_system_variables.log_warnings)
169
169
_("setrlimit could not change the size of core files "
170
170
"to 'infinity'; We may not be able to generate a "
171
171
"core file on signals"));