How to Install ksmtuned in Ubuntu 18.04



Install ksmtuned by entering the following commands in the terminal:

sudo apt update
sudo apt install ksmtuned

Description:

enables and tunes Kernel Samepage Merging

This package ships the ksm and ksmtuned services to control Kernel Samepage Merging. KSM is a memory-saving de-duplication feature, that merges anonymous (private) pages (not pagecache ones). . While the ksm service is only able to start and stop the KSM kernel thread, ksmtuned controls and tunes KSM according to the used memory of running qemu KVM instances.

Homepage: https://git.centos.org/summary/rpms!qemu-kvm

Version: 4.20150325build1

Section: universe/kernel