https://github.com/in-line/ksm-regulator
KSM regulator is a daemon to automatically manage KSM
https://github.com/in-line/ksm-regulator
Last synced: over 1 year ago
JSON representation
KSM regulator is a daemon to automatically manage KSM
- Host: GitHub
- URL: https://github.com/in-line/ksm-regulator
- Owner: In-line
- License: gpl-3.0
- Created: 2020-12-19T09:44:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T09:45:21.000Z (over 5 years ago)
- Last Synced: 2025-01-23T01:25:22.835Z (over 1 year ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KSM Regulator
_KSM regulator is a daemon to automatically manage KSM_
# Building with Cargo
Building with Cargo is supported with `cargo build --release`
# Building with Xargo
To build with Xargo (which will allow to do LTO optimization with stdlib, resulting 30% less executable size)
Use this command line:
`xargo build --release --target x86_64-unknown-linux-gnu`