chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<header>Resource Control</header>
A resource control is a set of limits on the use of some resource within the zone,
and associated actions when they are exceeded. The available resources at the time
of writing are :
<dl>
<dt><b>zone.max-lwps</b>
<dd>Limits the number of processes that can be running within the zone at any one time.
<dt><b>zone.cpu-shares</b>
<dd>Sets a limit on the number of fair share scheduler (FSS) CPU shares for a zone.
</dl>
For each resource, you can enter a number of limits. Each limit has a privilege type
(which is always <b>Privileged</b>), a numeric limit, and an action to take when
the limit is exceeded. The typical action is <b>Deny</b>, to prevent any request
that would exceed the limit. <p>
<footer>