Merge pull request #1083 from lsm5/unitfile-fixes
expand limits for tests
This commit is contained in:
commit
c54658cb7b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ExecStart=/usr/local/bin/crio \
|
|||
$CRIO_STORAGE_OPTIONS \
|
||||
$CRIO_NETWORK_OPTIONS
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
TasksMax=8192
|
||||
TasksMax=infinity
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=1048576
|
||||
LimitCORE=infinity
|
||||
|
|
Loading…
Reference in a new issue