summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2021-01-08 15:05:41 +0000
committernaddy <naddy@openbsd.org>2021-01-08 15:05:41 +0000
commit5e271b120088fd2664a1542af39a105eb0b9628e (patch)
tree8000ebbc3205dc459326c10eafacb5cc0b806823
parentTry to document struct ip_mreqn (diff)
downloadwireguard-openbsd-5e271b120088fd2664a1542af39a105eb0b9628e.tar.xz
wireguard-openbsd-5e271b120088fd2664a1542af39a105eb0b9628e.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.amd64/login.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.amd64/login.conf b/etc/etc.amd64/login.conf
index 87e0bd558c9..70a3d4b7b2c 100644
--- a/etc/etc.amd64/login.conf
+++ b/etc/etc.amd64/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.17 2021/01/07 19:51:53 robert Exp $
+# $OpenBSD: login.conf,v 1.18 2021/01/08 15:05:41 naddy 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:\