From 15483f9726fb38f9200746672a4f085c921a290f Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 12 Aug 2005 18:48:20 +0000 Subject: [PATCH] crank datasize-cur to 512M; requested by pvalchev@ --- src/etc/login.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/login.conf b/src/etc/login.conf index 727196d8..dc1f7dc6 100644 --- a/src/etc/login.conf +++ b/src/etc/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.21 2005/06/02 21:11:17 millert Exp $ +# $OpenBSD: login.conf,v 1.22 2005/08/12 18:48:20 millert Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -41,7 +41,7 @@ default:\ :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin:\ :umask=022:\ :datasize-max=512M:\ - :datasize-cur=156M:\ + :datasize-cur=512M:\ :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=156M:\ + :datasize-cur=512M:\ :datasize-max=infinity:\ :maxproc-max=256:\ :maxproc-cur=128:\