Skip to content

Commit

Permalink
Merge pull request #35 from quobyte/ulimit_files_systemd
Browse files Browse the repository at this point in the history
Set open file limit for systemd service to 16384
  • Loading branch information
casusbelli authored Jun 19, 2018
2 parents 3f319b6 + b1fac68 commit 7be192a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemd/docker-quobyte-plugin.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Requires=docker.service
[Service]
EnvironmentFile=/etc/quobyte/docker-quobyte.env
ExecStart=/usr/local/bin/docker-quobyte-plugin
LimitNOFILE=16384

[Install]
WantedBy=multi-user.target

0 comments on commit 7be192a

Please sign in to comment.