etcd: use LimitNOFILE for etcd service

Docker and flannel already use these, and we've seen issues where
etcd runs out of file handles.

[marineam: not a sure-fire *fix* for etcd but should help 0.4.7 limp along]
This commit is contained in:
Chris Armstrong 2015-03-03 14:37:23 -08:00 committed by Michael Marineau
parent 531332bfca
commit 442fb9633c

View File

@ -9,3 +9,4 @@ Environment=ETCD_NAME=%m
ExecStart=/usr/bin/etcd ExecStart=/usr/bin/etcd
Restart=always Restart=always
RestartSec=10s RestartSec=10s
LimitNOFILE=40000