Enable Memory Swappiness - Linux
Edit GRUB to enable Memory Swappiness for use with Docker
Edit GRUB to enable Memory Swappiness
Open Default GRUB Config
Add Command Line options to Default:
Example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet cgroup_enable=memory swapaccount=1"Reload GRUB Config
Reboot
Last updated