From: sthen Date: Mon, 13 Nov 2023 20:19:45 +0000 (+0000) Subject: raise i386's datasize for 'daemon' class so that relinking libc at boot X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=609421e2e353ac92b1691f6848cf98ffd90c56c2;p=openbsd raise i386's datasize for 'daemon' class so that relinking libc at boot doesn't fail - new clang is even greedier than the old one. I picked the value 1500M out of the air, it works for me but could perhaps be finessed downwards a bit. (I'm also using 1500M for make build / mkr+mkrx on i386; make -j8 build is no longer a good idea on i386 ;) --- diff --git a/etc/etc.i386/login.conf b/etc/etc.i386/login.conf index c84959f2d0a..6743d477f2f 100644 --- a/etc/etc.i386/login.conf +++ b/etc/etc.i386/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.17 2022/06/06 20:53:22 sthen Exp $ +# $OpenBSD: login.conf,v 1.18 2023/11/13 20:19:45 sthen Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -59,7 +59,7 @@ default:\ # daemon:\ :ignorenologin:\ - :datasize=1024M:\ + :datasize=1500M:\ :maxproc=infinity:\ :openfiles-max=1024:\ :openfiles-cur=128:\