Hi,
In the config file I have a swap entry:
But when checking top in the container I get:
There is also no entry in /etc/fstab in the container. I have added swap to the host via /etc/fstab:
which shows:
Any idea why swap is not appearing in the container and how to fix that? thank you.
In the config file I have a swap entry:
swap: 100000
But when checking top in the container I get:
MiB Swap: 0.0 total
There is also no entry in /etc/fstab in the container. I have added swap to the host via /etc/fstab:
/dev/nvme0n1p1 none swap sw 0 0
which shows:
# swapon -s
Filename Type Size Used Priority
/dev/nvme0n1p1 partition 134216700 0 -2
Any idea why swap is not appearing in the container and how to fix that? thank you.
Last edited: