From 6121d03607fb84393e395cfd0bef973fd9c9e584 Mon Sep 17 00:00:00 2001 From: millert <> Date: Thu, 24 Aug 2000 18:11:23 +0000 Subject: [PATCH] Crank default datasize-{max,cur} and stacksize-cur --- 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 60dc1824..bb081b8f 100644 --- a/src/etc/login.conf +++ b/src/etc/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.1 2000/08/20 18:42:36 millert Exp $ +# $OpenBSD: login.conf,v 1.2 2000/08/24 18:11:23 millert Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -12,12 +12,12 @@ default:\ :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin:\ :umask=022:\ - :datasize-max=64M:\ - :datasize-cur=16M:\ + :datasize-max=256M:\ + :datasize-cur=64M:\ :maxproc-max=128:\ :maxproc-cur=64:\ :openfiles-cur=64:\ - :stacksize-cur=2M: + :stacksize-cur=4M: # # Settings used by /etc/rc and root