Date: Fri, 25 May 2018 13:40:08 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r334208 - head/usr.bin/rctl Message-ID: <201805251340.w4PDe8tF007680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Fri May 25 13:40:07 2018 New Revision: 334208 URL: https://svnweb.freebsd.org/changeset/base/334208 Log: rctl: correct use of "vmem" instead of "vmemoryuse" Submitted by: Jamie Landeg-Jones <jamie@catflap.org> PR: 228482 MFC after: 1 month Modified: head/usr.bin/rctl/rctl.8 Modified: head/usr.bin/rctl/rctl.8 ============================================================================== --- head/usr.bin/rctl/rctl.8 Fri May 25 13:40:05 2018 (r334207) +++ head/usr.bin/rctl/rctl.8 Fri May 25 13:40:07 2018 (r334208) @@ -137,13 +137,13 @@ Resources which limit bytes may use prefixes from defines what entity the .Em amount gets accounted for. -For example, rule "loginclass:users:vmem:deny=100M/process" means +For example, rule "loginclass:users:vmemoryuse:deny=100M/process" means that each process of any user belonging to login class "users" may allocate up to 100MB of virtual memory. -Rule "loginclass:users:vmem:deny=100M/user" would mean that for each +Rule "loginclass:users:vmemoryuse:deny=100M/user" would mean that for each user belonging to the login class "users", the sum of virtual memory allocated by all the processes of that user will not exceed 100MB. -Rule "loginclass:users:vmem:deny=100M/loginclass" would mean that the sum of +Rule "loginclass:users:vmemoryuse:deny=100M/loginclass" would mean that the sum of virtual memory allocated by all processes of all users belonging to that login class will not exceed 100MB. .El
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805251340.w4PDe8tF007680>