diff options
author | dillon <dillon@FreeBSD.org> | 2002-06-26 04:04:37 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2002-06-26 04:04:37 +0000 |
commit | 5a2f3bd0ed64304b1f3706faa6e98cbaec6233c8 (patch) | |
tree | 3617299447095b2b27d6e537e1cb899564850657 /etc | |
parent | f3f62e52972b9d0a562df0feacdb957670d7902e (diff) | |
download | FreeBSD-src-5a2f3bd0ed64304b1f3706faa6e98cbaec6233c8.zip FreeBSD-src-5a2f3bd0ed64304b1f3706faa6e98cbaec6233c8.tar.gz |
add default vmemoryuse (unlimited), and samples
Diffstat (limited to 'etc')
-rw-r--r-- | etc/login.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/login.conf b/etc/login.conf index e60bf14..c96dcae 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -34,6 +34,7 @@ default:\ :openfiles=unlimited:\ :maxproc=unlimited:\ :sbsize=unlimited:\ + :vmemoryuse=unlimited:\ :priority=0:\ :ignoretime@:\ :umask=022: @@ -115,6 +116,7 @@ russian|Russian Users Accounts:\ # :nologin=/var/run/nologin:\ # :cputime=1h30m:\ # :datasize=8M:\ +# :vmemoryuse=100M:\ # :stacksize=2M:\ # :memorylocked=4M:\ # :memoryuse=8M:\ @@ -137,6 +139,7 @@ russian|Russian Users Accounts:\ # :manpath=/usr/share/man /usr/X11R6/man /usr/local/man:\ # :cputime=4h:\ # :datasize=12M:\ +# :vmemoryuse=infinity:\ # :stacksize=4M:\ # :filesize=8M:\ # :memoryuse=16M:\ |