Skip to content

Commit

Permalink
Merge pull request #372 from jthiltges/systemd-file-limit
Browse files Browse the repository at this point in the history
Set max open files limit to 65k for systemd services
  • Loading branch information
abh3 committed Jun 10, 2016
2 parents 50dd214 + e6e7e1d commit 4beafb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packaging/common/cmsd@.service
Expand Up @@ -13,6 +13,7 @@ Type=simple
Restart=on-abort
RestartSec=0
KillMode=control-group
LimitNOFILE=65536

[Install]
RequiredBy=multi-user.target
1 change: 1 addition & 0 deletions packaging/common/frm_purged@.service
Expand Up @@ -13,6 +13,7 @@ Type=simple
Restart=on-abort
RestartSec=0
KillMode=control-group
LimitNOFILE=65536

[Install]
RequiredBy=multi-user.target
1 change: 1 addition & 0 deletions packaging/common/frm_xfrd@.service
Expand Up @@ -13,6 +13,7 @@ Type=simple
Restart=on-abort
RestartSec=0
KillMode=control-group
LimitNOFILE=65536

[Install]
RequiredBy=multi-user.target
1 change: 1 addition & 0 deletions packaging/common/xrootd@.service
Expand Up @@ -13,6 +13,7 @@ Type=simple
Restart=on-abort
RestartSec=0
KillMode=control-group
LimitNOFILE=65536

[Install]
RequiredBy=multi-user.target

0 comments on commit 4beafb0

Please sign in to comment.