PERFORCE change 188460 for review
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed Feb 2 17:02:59 UTC 2011
http://p4web.freebsd.org/@@188460?ac=10
Change 188460 by trasz at trasz_victim on 2011/02/02 17:01:54
Improve rctl manual page.
Affected files ...
.. //depot/projects/soc2009/trasz_limits/usr.bin/rctl/rctl.8#6 edit
Differences ...
==== //depot/projects/soc2009/trasz_limits/usr.bin/rctl/rctl.8#6 (text+ko) ====
@@ -148,6 +148,23 @@
.It pctcpu %cpu time
.El
.Pp
+.Sh ACTIONS
+.Bl -column -offset 3n "msgqqueued"
+.It deny deny the allocation; not supported for cpu and wallclock
+.It log log a warning to the console
+.It sig* e.g. sigterm; send a signal to the offending process
+.El
+.Pp
+See
+.Xr signal 3
+for a list of supported signals.
+.Pp
+Not all actions are supported for all resources.
+Attempt to add rule with action not supported by a given resouce will result
+in error.
+.Pp
+Note that limiting RSS may kill the machine due to thrashing.
+.Pp
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
More information about the p4-projects
mailing list