diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2023-11-13 20:19:46 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2023-11-13 20:19:46 +0000 |
commit | 7ef6a2162c2f252f5be71c47119da5c49d98b591 (patch) | |
tree | c9b5c4d7f11337e8b5735a817b3ef5c77923a5eb /etc | |
parent | 65b08412fd8a2505c2c04c09a16291a70c4dee5a (diff) |
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 ;)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.i386/login.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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:\ |