Hello,
You can disable swap in your node, that is was a solution of some users. You can stop/disable the swap using the following:
To disable the Swap, run the following command:
swapoff -a
In order to disable it permanently, edit the /etc/fstab file and disable the following line by...