From f7815ee9e16ad15c1ee899f766358bfaa7255e8e Mon Sep 17 00:00:00 2001 From: sthen <> Date: Mon, 7 Oct 2019 17:52:59 +0000 Subject: [PATCH] sync arm64 pbuild resource limits with amd64; arm64 now builds some large things and can easily exceed the previous 1.5GB limit. (obviously, as with amd64, machines with less physical RAM won't cope with building the largest ports). ok deraadt phessler millert kettenis --- src/etc/etc.arm64/login.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.arm64/login.conf b/src/etc/etc.arm64/login.conf index 736b13f8..1fd40567 100644 --- a/src/etc/etc.arm64/login.conf +++ b/src/etc/etc.arm64/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.5 2019/09/21 22:14:34 kurt Exp $ +# $OpenBSD: login.conf,v 1.6 2019/10/07 17:52:59 sthen Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -92,9 +92,9 @@ authpf:\ # pbuild:\ :datasize-max=infinity:\ - :datasize-cur=1536M:\ + :datasize-cur=6144M:\ :maxproc-max=1024:\ - :maxproc-cur=256:\ + :maxproc-cur=384:\ :tc=default: #