Browse Source

double datasize limits now that mmap is counted in dsize

OPENBSD_3_8
millert 19 years ago
parent
commit
1751314c23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/login.conf

+ 4
- 4
src/etc/login.conf View File

@ -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:\


Loading…
Cancel
Save