diff options
author | 2019-02-03 00:25:14 +0000 | |
---|---|---|
committer | 2019-02-03 00:25:14 +0000 | |
commit | bedfcc8c41cf32c058a12d4606e6173daa02a145 (patch) | |
tree | 7f1bab148099ac25e4f343853f7a0f7f21acfe0d | |
parent | Show the routing address selected by "route-to" in "pfctl -s states". (diff) | |
download | wireguard-openbsd-bedfcc8c41cf32c058a12d4606e6173daa02a145.tar.xz wireguard-openbsd-bedfcc8c41cf32c058a12d4606e6173daa02a145.zip |
crank datasize, because mesa is a pig
-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 974c78d6f29..ba0876349ff 100644 --- a/etc/etc.sparc64/login.conf +++ b/etc/etc.sparc64/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.7 2017/02/06 18:11:33 sthen Exp $ +# $OpenBSD: login.conf,v 1.8 2019/02/03 00:25:14 deraadt 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=512M:\ - :datasize-cur=512M:\ + :datasize-max=768M:\ + :datasize-cur=768M:\ :maxproc-max=256:\ :maxproc-cur=128:\ :openfiles-max=1024:\ |