mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-05 12:41:31 +02:00
e2e tests are running in `/tmp/e2e` directory, so all the firecracker VM virtual disk are going to `/tmp` directory. As `/tmp` was mounted as `tmpfs`, this was putting high pressure on build host memory. Memory is also used for docker containers, firecracker VMs, etc. Build host has fast NVMe disks, so no good reason to keep `/tmp` in memory. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>