Skip to content

Commit 469bd68

Browse files
committed
Bump process limit
The default is too low when using `podman`.
1 parent b92474d commit 469bd68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/common/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
# Ansible managed
4747
4848
# <domain> <type> <item> <value>
49-
* soft nproc 100
50-
* hard nproc 200
49+
* soft nproc 1000
50+
* hard nproc 2000
5151
dest: /etc/security/limits.d/pydis.conf
5252
owner: root
5353
group: root

0 commit comments

Comments
 (0)