Skip to content

Commit 0f564de

Browse files
committed
DEV-11381 worker_rlimit_nofile unset
1 parent 320659c commit 0f564de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ openresty_main_template:
6666
global_conf:
6767
user: "{{ openresty_server_user }}"
6868
worker_processes: auto
69-
worker_rlimit_nofile: 60000
69+
#worker_rlimit_nofile: 60000
7070
error_log: "{{ openresty_error_log_path }} {{ openresty_error_log_level }}"
7171
pid: "{{ openresty_pid_file }}"
7272
event_conf:

0 commit comments

Comments
 (0)