mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 03:48:45 +00:00
The type of MemorySwappiness in runtime is uint64, and the type of swappiness in agent is int64, if we set max uint64 in runtime and pass it to agent, the value will be equal to -1. We should modify the type of swappiness to u64 Fixes: #4123 Signed-off-by: holyfei <yangfeiyu20092010@163.com>
The src/libs
directory hosts library crates which may be shared by multiple Kata Containers components
or published to crates.io
.
Library Crates
Currently it provides following library crates:
Library | Description | |
---|---|---|
logging | Facilities to setup logging subsystem based slog. | |
safe-path | Utilities to safely resolve filesystem paths. |