Skip to content

Commit

Permalink
Merge pull request #39 from splunk/add_systemd_ulimits
Browse files Browse the repository at this point in the history
Add systemd ulimits settings
  • Loading branch information
Mason Morales authored Feb 26, 2021
2 parents e221610 + 9521a28 commit 794cfaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/splunk/tasks/configure_systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@
- { option: "User", value: "{{ splunk_nix_user }}" }
- { option: "Group", value: "{{ splunk_nix_group }}" }
- { option: "PIDFile", value: "{{ splunk_home }}/var/run/splunk/splunkd.pid" }
- { option: "LimitNOFILE", value: "1024000" }
- { option: "LimitNPROC", value: "512000" }
- { option: "LimitFSIZE", value: "infinity" }
- { option: "LimitDATA", value: "infinity" }
- { option: "LimitCORE", value: "infinity" }
- { option: "TasksMax", value: "infinity" }

0 comments on commit 794cfaa

Please sign in to comment.