From e91d5cfe697741148ddb95a70d94e528df25f652 Mon Sep 17 00:00:00 2001 From: kib Date: Tue, 23 Jun 2009 20:57:27 +0000 Subject: Usermode portion of the support for swap allocation accounting: - update for getrlimit(2) manpage; - support for setting RLIMIT_SWAP in login class; - addition to the limits(1) and sh and csh limit-setting builtins; - tuning(7) documentation on the sysctls controlling overcommit. In collaboration with: pho Reviewed by: alc Approved by: re (kensmith) --- etc/login.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/login.conf b/etc/login.conf index 8d2e16e..c55054c 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -40,6 +40,7 @@ default:\ :maxproc=unlimited:\ :sbsize=unlimited:\ :vmemoryuse=unlimited:\ + :swapuse=unlimited:\ :pseudoterminals=unlimited:\ :priority=0:\ :ignoretime@:\ -- cgit v1.1