Merge branch 'fix/drop-task-limit' into 'main'
systemd: Remove task limit See merge request qontainers/pipglr!27
This commit is contained in:
@@ -36,7 +36,7 @@ build:
|
||||
script:
|
||||
# N/B: There could be more than one merge-request open with this branch's HEAD
|
||||
- |
|
||||
IMAGE_TAG="${CI_COMMIT_BRANCH}";
|
||||
IMAGE_TAG="${CI_COMMIT_REF_SLUG}";
|
||||
if [[ -n "$CI_COMMIT_TAG" ]]; then
|
||||
IMAGE_TAG="${CI_COMMIT_TAG}";
|
||||
elif [[ -n "$CI_OPEN_MERGE_REQUESTS" ]]; then
|
||||
|
||||
2
etc/systemd/system.conf.d/20-tasklimit.conf
Normal file
2
etc/systemd/system.conf.d/20-tasklimit.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Manager]
|
||||
DefaultTasksMax=infinity
|
||||
2
etc/systemd/system/user-.slice.d/20-tasklimit.conf
Normal file
2
etc/systemd/system/user-.slice.d/20-tasklimit.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Slice]
|
||||
TasksMax=infinity
|
||||
Reference in New Issue
Block a user