We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e221610 + 9521a28 commit 794cfaaCopy full SHA for 794cfaa
roles/splunk/tasks/configure_systemd.yml
@@ -19,3 +19,9 @@
19
- { option: "User", value: "{{ splunk_nix_user }}" }
20
- { option: "Group", value: "{{ splunk_nix_group }}" }
21
- { option: "PIDFile", value: "{{ splunk_home }}/var/run/splunk/splunkd.pid" }
22
+ - { option: "LimitNOFILE", value: "1024000" }
23
+ - { option: "LimitNPROC", value: "512000" }
24
+ - { option: "LimitFSIZE", value: "infinity" }
25
+ - { option: "LimitDATA", value: "infinity" }
26
+ - { option: "LimitCORE", value: "infinity" }
27
+ - { option: "TasksMax", value: "infinity" }
0 commit comments