summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2021-01-03 19:55:00 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2021-01-03 19:55:00 +0000
commit6e3508fab7361066300756eac175dcc4b6787354 (patch)
treeffb43b1e44b422127e53b8a0e72dfec11b82eac6 /etc
parent89db4bddd0b18060bb4d0058660f77c0dc28b72f (diff)
Bump default datasize-max and datasize-cur since clang now seems to
require more than 768M to build itself.
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.powerpc64/login.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.powerpc64/login.conf b/etc/etc.powerpc64/login.conf
index 22086606dd4..59f57a37321 100644
--- a/etc/etc.powerpc64/login.conf
+++ b/etc/etc.powerpc64/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.1 2020/06/29 17:49:52 kettenis Exp $
+# $OpenBSD: login.conf,v 1.2 2021/01/03 19:54:59 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:\