* [pve-devel] [PATCH docs] Update zfs swap documentation to be in line with debian trixie changes.
@ 2026-01-26 10:52 Manuel Federanko
0 siblings, 0 replies; only message in thread
From: Manuel Federanko @ 2026-01-26 10:52 UTC (permalink / raw)
To: pve-devel
Debian trixie does no longer read /etc/sysctl.conf [1]
[1] https://www.debian.org/releases/trixie/release-notes/issues.html#etc-sysctl-conf-is-no-longer-honored
Signed-off-by: Manuel Federanko <m.federanko@proxmox.com>
---
local-zfs.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/local-zfs.adoc b/local-zfs.adoc
index 4f20d00..85fa092 100644
--- a/local-zfs.adoc
+++ b/local-zfs.adoc
@@ -659,8 +659,9 @@ installer. Additionally, you can lower the
# sysctl -w vm.swappiness=10
----
-To make the swappiness persistent, open `/etc/sysctl.conf` with
-an editor of your choice and add the following line:
+To make the swappiness persistent, create a new file
+`/etc/sysctl.d/99-swappiness.conf` with an editor of your choice and add the
+following line:
--------
vm.swappiness = 10
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-26 10:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-26 10:52 [pve-devel] [PATCH docs] Update zfs swap documentation to be in line with debian trixie changes Manuel Federanko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.