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: config-linux.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,15 +283,15 @@ For more information, see [the memory cgroup man page][cgroup-v1-memory].
283
283
284
284
The following parameters can be specified to setup the controller:
285
285
286
-
***`limit`***(uint64, OPTIONAL)* - sets limit of memory usage in bytes
286
+
***`limit`***(int64, OPTIONAL)* - sets limit of memory usage in bytes
287
287
288
-
***`reservation`***(uint64, OPTIONAL)* - sets soft limit of memory usage in bytes
288
+
***`reservation`***(int64, OPTIONAL)* - sets soft limit of memory usage in bytes
289
289
290
-
***`swap`***(uint64, OPTIONAL)* - sets limit of memory+Swap usage
290
+
***`swap`***(int64, OPTIONAL)* - sets limit of memory+Swap usage
291
291
292
-
***`kernel`***(uint64, OPTIONAL)* - sets hard limit for kernel memory
292
+
***`kernel`***(int64, OPTIONAL)* - sets hard limit for kernel memory
293
293
294
-
***`kernelTCP`***(uint64, OPTIONAL)* - sets hard limit in bytes for kernel TCP buffer memory
294
+
***`kernelTCP`***(int64, OPTIONAL)* - sets hard limit in bytes for kernel TCP buffer memory
295
295
296
296
***`swappiness`***(uint64, OPTIONAL)* - sets swappiness parameter of vmscan (See sysctl's vm.swappiness)
297
297
@@ -317,11 +317,11 @@ The following parameters can be specified to setup the controller:
317
317
318
318
***`shares`***(uint64, OPTIONAL)* - specifies a relative share of CPU time available to the tasks in a cgroup
319
319
320
-
***`quota`***(uint64, OPTIONAL)* - specifies the total amount of time in microseconds for which all tasks in a cgroup can run during one period (as defined by **`period`** below)
320
+
***`quota`***(int64, OPTIONAL)* - specifies the total amount of time in microseconds for which all tasks in a cgroup can run during one period (as defined by **`period`** below)
321
321
322
322
***`period`***(uint64, OPTIONAL)* - specifies a period of time in microseconds for how regularly a cgroup's access to CPU resources should be reallocated (CFS scheduler only)
323
323
324
-
***`realtimeRuntime`***(uint64, OPTIONAL)* - specifies a period of time in microseconds for the longest continuous period in which the tasks in a cgroup have access to CPU resources
324
+
***`realtimeRuntime`***(int64, OPTIONAL)* - specifies a period of time in microseconds for the longest continuous period in which the tasks in a cgroup have access to CPU resources
325
325
326
326
***`realtimePeriod`***(uint64, OPTIONAL)* - same as **`period`** but applies to realtime scheduler only
327
327
@@ -412,15 +412,15 @@ Each entry has the following structure:
0 commit comments