Skip to content

Commit

Permalink
Set limits for nox_user
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Oct 2, 2024
1 parent a8df7ec commit 09940ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/nox/tasks/01-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
loop_var: "limit"
label: "{{ limit.domain }} {{ limit.limit_item }}:{{ limit.limit_type }}"
loop:
- domain: "nox"
- domain: "{{ nox_user }}"
limit_type: "hard"
limit_item: "nofile"
comment: "Increse max open file hard limit"
value: 65536
- domain: "nox"
- domain: "{{ nox_user }}"
limit_type: "soft"
limit_item: "nofile"
comment: "Increse max open file soft limit"
Expand Down

0 comments on commit 09940ba

Please sign in to comment.