diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-02 21:11:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-02 21:11:18 +0000 |
commit | 1025340feba8e6cdb1e402f3fb0c0aa775f60389 (patch) | |
tree | 40e366c49046190cff98e7d69853f0a713c6f1a2 /etc | |
parent | 39e000f21709aa69b5b8a56b4fa87a225ab35e72 (diff) |
double datasize limits now that mmap is counted in dsize
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 9973117beaa..727196d8e20 100644 --- a/etc/login.conf +++ b/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:\ |