diff options
author | 2021-01-06 09:35:43 +0000 | |
---|---|---|
committer | 2021-01-06 09:35:43 +0000 | |
commit | ec7a910e3423117ef7af87fa30a8b85cd2dd3fa6 (patch) | |
tree | bbffc6a625f82813e62cd30630db448d507d62c7 | |
parent | Mark a layer 2 address as expired by setting the length to 0 when the (diff) | |
download | wireguard-openbsd-ec7a910e3423117ef7af87fa30a8b85cd2dd3fa6.tar.xz wireguard-openbsd-ec7a910e3423117ef7af87fa30a8b85cd2dd3fa6.zip |
Bump default datasize-max and datasize-cur since clang now seems to
require more than 768M to build itself.
-rw-r--r-- | etc/etc.arm64/login.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.arm64/login.conf b/etc/etc.arm64/login.conf index 9458b6eceee..8b285106084 100644 --- a/etc/etc.arm64/login.conf +++ b/etc/etc.arm64/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.7 2019/11/05 19:03:46 solene Exp $ +# $OpenBSD: login.conf,v 1.8 2021/01/06 09:35:43 kettenis Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -41,8 +41,8 @@ auth-ftp-defaults:auth-ftp=passwd: default:\ :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin /usr/local/sbin:\ :umask=022:\ - :datasize-max=768M:\ - :datasize-cur=768M:\ + :datasize-max=1024M:\ + :datasize-cur=1024M:\ :maxproc-max=256:\ :maxproc-cur=128:\ :openfiles-max=1024:\ |