raise i386's datasize for 'daemon' class so that relinking libc at boot
authorsthen <sthen@openbsd.org>
Mon, 13 Nov 2023 20:19:45 +0000 (20:19 +0000)
committersthen <sthen@openbsd.org>
Mon, 13 Nov 2023 20:19:45 +0000 (20:19 +0000)
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 ;)

etc/etc.i386/login.conf

index c84959f..6743d47 100644 (file)
@@ -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:\