diff options
author | mortimer <mortimer@cvs.openbsd.org> | 2021-04-25 16:36:58 +0000 |
---|---|---|
committer | mortimer <mortimer@cvs.openbsd.org> | 2021-04-25 16:36:58 +0000 |
commit | d1df51505fd8d6df57feb77da5cd2ff5beb48718 (patch) | |
tree | e2ae1bf652a6d5790d125d71478ec7812f5301f4 /etc/etc.alpha/login.conf | |
parent | b9521d8a59b13c840d89d7dccf44e630e2324f64 (diff) |
Bump pbuild stacksize to 8M.
Addresses a stack exhaustion issue with llvm11 and a small number of ports.
ok kettenis@
Diffstat (limited to 'etc/etc.alpha/login.conf')
-rw-r--r-- | etc/etc.alpha/login.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.alpha/login.conf b/etc/etc.alpha/login.conf index 51254e35865..9c8776e1dd3 100644 --- a/etc/etc.alpha/login.conf +++ b/etc/etc.alpha/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.9 2021/01/07 19:51:53 robert Exp $ +# $OpenBSD: login.conf,v 1.10 2021/04/25 16:36:56 mortimer Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -95,6 +95,7 @@ pbuild:\ :datasize-cur=1024M:\ :maxproc-max=1024:\ :maxproc-cur=256:\ + :stacksize-cur=8M:\ :priority=5:\ :tc=default: |