From 1751314c237c63b1f92476d8470d7827424e501f Mon Sep 17 00:00:00 2001 From: millert <> Date: Thu, 2 Jun 2005 21:11:17 +0000 Subject: [PATCH] double datasize limits now that mmap is counted in dsize --- src/etc/login.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/login.conf b/src/etc/login.conf index 9973117b..727196d8 100644 --- a/src/etc/login.conf +++ b/src/etc/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.20 2005/04/28 06:37:22 biorn Exp $ +# $OpenBSD: login.conf,v 1.21 2005/06/02 21:11:17 millert Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -40,8 +40,8 @@ auth-ftp-defaults:auth-ftp=passwd: default:\ :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin:\ :umask=022:\ - :datasize-max=256M:\ - :datasize-cur=75M:\ + :datasize-max=512M:\ + :datasize-cur=156M:\ :maxproc-max=128:\ :maxproc-cur=64:\ :openfiles-cur=64:\ @@ -69,7 +69,7 @@ daemon:\ # Staff have fewer restrictions and can login even when nologins are set. # staff:\ - :datasize-cur=75M:\ + :datasize-cur=156M:\ :datasize-max=infinity:\ :maxproc-max=256:\ :maxproc-cur=128:\