mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 10:34:24 +01: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>