Hi there,
Back in the OMV5 days I recall that the flasmemory plugin advised to disable swap and that's what I did back then.
OMV6 flasmemory plugin does not give any advice, but I realized I have a swap partition that is running off my USB stick, and I believe this is the cause of the slowdowns I'm facing.
How do I permanently disable the swap partition?
I already edited /etc/fstab to comment out the swap partition and executed swapoff /dev/sdXY with the correct partition. On the fly the swap partition is emptied and disabled, but after a reboot the swap is enabled again.
There must be a salt config or some other default that is turning it on again, can you assist?
I'm surprised that nobody has reported this before, but what's the point of using the flashmemory plugin if the swap partition is kept on by default on the same usb flash drive we're trying to preserve?
I could re-enable swap by using swapfile on my NVMe drive used for apps and docker, but let's do one step at the time.