diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-08-24 18:11:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-08-24 18:11:24 +0000 |
commit | 6003a660e4da1b0d0e610ccec1238c07227b10a6 (patch) | |
tree | cf240e8e3b5b90845683a1214b5ce7c97eb000a7 /etc | |
parent | 90764cf33b8b9e10abd667c96a9ac6e4f74b735d (diff) |
Crank default datasize-{max,cur} and stacksize-cur
Diffstat (limited to 'etc')
-rw-r--r-- | etc/login.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/login.conf b/etc/login.conf index 60dc182496d..bb081b8fcfe 100644 --- a/etc/login.conf +++ b/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 |