zlog(ZLOG_SYSERROR,"[pool %s] unable to set rlimit_files for this pool. Please check your system limits or decrease rlimit_files. setrlimit(RLIMIT_NOFILE, %d) failed (%d)",wp->config->name,wp->config->rlimit_files,errno);
zlog(ZLOG_SYSERROR,"[pool %s] unable to set rlimit_core for this pool. Please check your system limits or decrease rlimit_core. setrlimit(RLIMIT_CORE, %d) failed (%d)",wp->config->name,wp->config->rlimit_core,errno);
}
}
@ -220,6 +220,28 @@ int fpm_unix_init_main() /* {{{ */
zlog(ZLOG_SYSERROR,"unable to set rlimit_core for this pool. Please check your system limits or decrease rlimit_files. setrlimit(RLIMIT_NOFILE, %d) failed (%d)",fpm_global_config.rlimit_files,errno);
zlog(ZLOG_SYSERROR,"unable to set rlimit_core for this pool. Please check your system limits or decrease rlimit_core. setrlimit(RLIMIT_CORE, %d) failed (%d)",fpm_global_config.rlimit_core,errno);