Skip to content

dnaeon/ksm-init.d-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

KSM init.d script for Debian GNU/Linux

In order to use this script and have KSM enabled during boot-time, drop the ksm script into your /etc/init.d directory.

Then enable the ksm script by running the following command:

$ sudo update-rc.d ksm defaults

Enabling KSM

$ sudo service ksm start
Enabling Kernel Samepage Merging.

Disabling KSM

$ sudo service ksm stop
Disabling Kernel Samepage Merging.

Getting status info

% sudo service ksm status
Kernel Samepage Merging is disabled.

About

init.d script for KVM KSM on Debian GNU/Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages