ITOPSENG-703 Added open file descriptors to the systemd config to allow for the applications to open more files. This avoids the 'too many open files' problem that can cause outages.

This commit is contained in:
Denise Unterwurzacher
2020-06-17 12:10:22 -05:00
parent 0f4d26102c
commit d428624ac2

View File

@@ -14,5 +14,7 @@ ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{
Restart=on-failure
LimitNOFILE=65536
[Install]
WantedBy={{ atl_systemd_service_target }}