runc-update(8) System Manager's Manual runc-update(8) (NAME) runc-update - (SYNOPSIS) runc update [option ...] container-id runc update -r resources.json|- container-id (DESCRIPTION) update . -r JSON stdin . -r JSON : { "memory": { "limit": 0, "reservation": 0, "swap": 0, "kernel": 0, "kernelTCP": 0 }, "cpu": { "shares": 0, "quota": 0, "burst": 0, "period": 0, "realtimeRuntime": 0, "realtimePeriod": 0, "cpus": "", "mems": "" }, "blockIO": { "blkioWeight": 0 } } (OPTIONS) --resources|-r resources.json resources.json. stdin - . . --blkio-weight weight io . --cpu-period num CPU CFS ( ). --cpu-quota num CPU ( ). --cpu-burst num (burst) CPU ( ). --cpu-rt-period num (realtime) CPU ( ). --cpu-rt-runtime num (realtime) CPU ( ). CPU . --cpu-share num CPU ( ). --cpuset-cpus list () . list . : 0-3,7. --cpuset-mems list () . list --cpuset-cpus . --memory num num . --memory-reservation num (soft limit) num . --memory-swap num + swap num . -1 ( swap ). --pids-limit num . -1 . --l3-cache-schema value (L3 cache schema) Intel RDT/CAT. --mem-bw-schema value Intel RDT/MBA. (SEE ALSO) runc(8). runc-update(8)