rdkcentral / Dobby

The Dobby component is a wrapper around the opensource crun/runc containerization tool for managing and running containers.
Apache License 2.0
16 stars 42 forks source link

RDKTV-17990: Setting pids cgroup limit #298

Closed mateusz-hobgarski-red closed 10 months ago

mateusz-hobgarski-red commented 10 months ago

Description

RDKTV-17990: Setting pids cgroup limit

Test Procedure

In /etc/dobby.json add "pids": { "enable": true, "limit":100 } Restart Dobby, start an application and check /sys/fs/cgroup/pids//pids.max.

Type of Change

Requires Bitbake Recipe changes?