mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 10:44:10 +00:00
Reduce memory footprint ~7% by disabling some systemd services like systemd-journald and systemd-udevd, those services are just consuming memory and are not needed. For example kata-agent logs the errors through the proxy. fixes #1339 Signed-off-by: Julio Montes <julio.montes@intel.com>