Skip to content

Commit

Permalink
Set max open files limit to 65k for systemd services
Browse files Browse the repository at this point in the history
  • Loading branch information
jthiltges committed Jun 8, 2016
1 parent 50dd214 commit e6e7e1d
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 e6e7e1d

Please sign in to comment.