Adjust vault process filelimits
As per vault documentation, one should up the amount of number of files open to 65536. Closes-Bug: #2060095 Change-Id: Ib429cac715e0328437bff1a9186ff71898826b9b Signed-off-by: David Negreira <david.negreira@canonical.com>
This commit is contained in:
committed by
Billy Olsen
parent
8413b3f9ee
commit
89a72cf4af
@@ -3,6 +3,7 @@ Description=HashiCorp Vault
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
LimitNOFILE=65536
|
||||
Type=simple
|
||||
ExecStart=/snap/bin/vault server -config /var/snap/vault/common/vault.hcl
|
||||
ExecReload=/bin/kill --signal HUP $MAINPID
|
||||
|
||||
Reference in New Issue
Block a user