You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solaris application containers can be configured using the following properties, all of the below properties have mappings to properties specified under zonecfg(8) man page, except milestone.
4
4
5
-
## milestone
5
+
## <aname="configSolarisMilestone" />milestone
6
6
The SMF(Service Management Facility) FMRI which should go to "online" state before we start the desired process within the container.
7
7
8
8
**`milestone`***(string, OPTIONAL)*
@@ -12,7 +12,7 @@ The SMF(Service Management Facility) FMRI which should go to "online" state befo
12
12
"milestone": "svc:/milestone/container:default"
13
13
```
14
14
15
-
## limitpriv
15
+
## <aname="configSolarisLimitpriv" />limitpriv
16
16
The maximum set of privileges any process in this container can obtain.
17
17
The property should consist of a comma-separated privilege set specification as described in priv_str_to_set(3C) man page for the respective release of Solaris.
18
18
@@ -23,7 +23,7 @@ The property should consist of a comma-separated privilege set specification as
The maximum amount of shared memory allowed for this application container.
28
28
A scale (K, M, G, T) can be applied to the value for each of these numbers (for example, 1M is one megabyte).
29
29
Mapped to max-shm-memory in zonecfg(8) man page.
@@ -35,7 +35,7 @@ Mapped to max-shm-memory in zonecfg(8) man page.
35
35
"maxShmMemory": "512m"
36
36
```
37
37
38
-
## cappedCPU
38
+
## <aname="configSolarisCappedCpu" />cappedCPU
39
39
Sets a limit on the amount of CPU time that can be used by a container.
40
40
The unit used translates to the percentage of a single CPU that can be used by all user threads in a container, expressed as a fraction (for example, .75) or a mixed number (whole number and fraction, for example, 1.25).
41
41
An ncpu value of 1 means 100% of a CPU, a value of 1.25 means 125%, .75 mean 75%, and so forth.
@@ -51,7 +51,7 @@ cappedCPU is mapped to capped-cpu in zonecfg(8) man page.
0 commit comments