diff options
author | 2021-01-11 19:58:33 +0000 | |
---|---|---|
committer | 2021-01-11 19:58:33 +0000 | |
commit | c90ed94407c67cd126ad30b3413831dbae94ff54 (patch) | |
tree | e4923f7886a348f328058fe864dad49a5e62312a | |
parent | Assert that the KERNEL_LOCK() is held in uao_set_swslot(). (diff) | |
download | wireguard-openbsd-c90ed94407c67cd126ad30b3413831dbae94ff54.tar.xz wireguard-openbsd-c90ed94407c67cd126ad30b3413831dbae94ff54.zip |
Bump default datasize-max and datasize-cur since clang now seems to
require more than 768M to build itself.
ok deraadt@
-rw-r--r-- | etc/etc.sparc64/login.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.sparc64/login.conf b/etc/etc.sparc64/login.conf index 6518cb81d44..c0f12ece2c8 100644 --- a/etc/etc.sparc64/login.conf +++ b/etc/etc.sparc64/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.14 2021/01/07 19:51:54 robert Exp $ +# $OpenBSD: login.conf,v 1.15 2021/01/11 19:58:33 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:\ |