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
Copy file name to clipboardExpand all lines: modules/create-a-containerruntimeconfig-crd.adoc
+8-18Lines changed: 8 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,6 @@ $ oc get ctrcfg
50
50
[source,terminal]
51
51
----
52
52
NAME AGE
53
-
ctr-pid 24m
54
53
ctr-overlay 15m
55
54
ctr-level 5m45s
56
55
----
@@ -75,7 +74,7 @@ $ oc get mc | grep container
75
74
...
76
75
----
77
76
78
-
The following example raises the `pids_limit` to 2048, sets the `log_level` to `debug`, sets the overlay size to 8 GB, and sets the `log_size_max` to unlimited:
77
+
The following example sets the `log_level`field to `debug` and sets the overlay size to 8 GB:
Copy file name to clipboardExpand all lines: modules/set-the-default-max-container-root-partition-size-for-overlay-with-crio.adoc
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
The root partition of each container shows all of the available disk space of the underlying host. Follow this guidance to set a maximum partition size for the root disk of all containers.
10
10
11
-
To configure the maximum Overlay size, as well as other CRI-O options like the log level and PID limit, you can create the following `ContainerRuntimeConfig` custom resource definition (CRD):
11
+
To configure the maximum Overlay size, as well as other CRI-O options like the log level, you can create the following `ContainerRuntimeConfig` custom resource definition (CRD):
0 commit comments