mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 11:58:41 +00:00
The script runs apt sync at some point which scans all possible fds in order to close them. The operation is incredibly slow on VMs and may lead to build timeouts. Fix it by limiting the container runtime fds to a sane limit. Fixes: #2510 Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>