From fed8b00b45d5d7764b8d7f6a72fb033a19ee76ad Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 14 Jul 2026 14:54:58 +0200 Subject: [PATCH] docs: Readme (#1849) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index eb80be5..b5b68b5 100644 --- a/readme.md +++ b/readme.md @@ -376,7 +376,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas By default, the VM is allocated the full amount of RAM configured via `RAM_SIZE` for its entire lifetime. - However, you can enable [memory ballooning](https://github.com/qemus/qemu/docs/ballooning.md) if you want the container to dynamically reclaim unused guest RAM based on host memory pressure. + However, you can enable [memory ballooning](https://github.com/qemus/qemu/blob/master/docs/ballooning.md) if you want the container to dynamically reclaim unused guest RAM based on host memory pressure. ### Are these all available options?