From 888ea84ce09973b5a7b50dc131fbdfa9fafa703d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 24 Dec 2006 18:13:06 +0000 Subject: worker_rlimit_core supports size in K, M, and G --- src/core/ngx_cycle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_cycle.h') diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h index e1a35eb75..677132ee1 100644 --- a/src/core/ngx_cycle.h +++ b/src/core/ngx_cycle.h @@ -68,8 +68,8 @@ typedef struct { ngx_int_t debug_points; ngx_int_t rlimit_nofile; - ngx_int_t rlimit_core; ngx_int_t rlimit_sigpending; + size_t rlimit_core; int priority; -- cgit