opencontainers / runtime-spec

OCI Runtime Specification
http://www.opencontainers.org
Apache License 2.0
3.13k stars 535 forks source link

config.json: process.rlimits and linux.resources.memory/cpu #1176

Open lujf0910 opened 1 year ago

lujf0910 commented 1 year ago

Usually only one application runs in a container. So, why do I need to set (process.rlimits) and (linux.resources) at the same time for CPU/MEM?