https://github.com/dnaeon/ksm-init.d-debian
init.d script for KVM KSM on Debian GNU/Linux
https://github.com/dnaeon/ksm-init.d-debian
Last synced: 9 months ago
JSON representation
init.d script for KVM KSM on Debian GNU/Linux
- Host: GitHub
- URL: https://github.com/dnaeon/ksm-init.d-debian
- Owner: dnaeon
- Created: 2012-11-23T11:28:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T12:05:53.000Z (about 11 years ago)
- Last Synced: 2025-03-27T05:41:37.673Z (10 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 15
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.