comparison src/core/ngx_cycle.h @ 949:d1d8cde9aab9

worker_rlimit_core supports size in K, M, and G
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Dec 2006 18:13:06 +0000
parents 201d017ea470
children 6e7a20529f53
comparison
equal deleted inserted replaced
948:12077affd903 949:d1d8cde9aab9
66 66
67 ngx_int_t worker_processes; 67 ngx_int_t worker_processes;
68 ngx_int_t debug_points; 68 ngx_int_t debug_points;
69 69
70 ngx_int_t rlimit_nofile; 70 ngx_int_t rlimit_nofile;
71 ngx_int_t rlimit_core;
72 ngx_int_t rlimit_sigpending; 71 ngx_int_t rlimit_sigpending;
72 size_t rlimit_core;
73 73
74 int priority; 74 int priority;
75 75
76 ngx_uint_t cpu_affinity_n; 76 ngx_uint_t cpu_affinity_n;
77 u_long *cpu_affinity; 77 u_long *cpu_affinity;