diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2021-11-12 15:40:21 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2021-11-12 15:40:21 +0000 |
commit | e74a5a20f7adad1f8f0c6bb70177a0cb470bd467 (patch) | |
tree | dd4980ce8ffe19bdb23aef64619a404c2852ac13 /etc/etc.riscv64 | |
parent | 0d9f8b246e79035d8177db9d099ea9d21a5791e6 (diff) |
Bump maxproc-cur to 512 for the pbuild user.
This will prevent recurring failures in bulks ('cannot fork').
ok tb@ sthen@ deraadt@
Diffstat (limited to 'etc/etc.riscv64')
-rw-r--r-- | etc/etc.riscv64/login.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.riscv64/login.conf b/etc/etc.riscv64/login.conf index dc6634b970e..18a98adf5e2 100644 --- a/etc/etc.riscv64/login.conf +++ b/etc/etc.riscv64/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.1 2021/04/28 03:26:25 drahn Exp $ +# $OpenBSD: login.conf,v 1.2 2021/11/12 15:40:20 ajacoutot Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -94,7 +94,7 @@ pbuild:\ :datasize-max=infinity:\ :datasize-cur=6144M:\ :maxproc-max=1024:\ - :maxproc-cur=384:\ + :maxproc-cur=512:\ :stacksize-cur=8M:\ :priority=5:\ :tc=default: |