How to setup zfs kernel parameters? #11242
olivier-norture
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
How to setup kernel parameters for ZFS?
I'm trying to adjust zfs arc size using
zfs_arc_max
(https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Module%20Parameters.html#zfs-arc-max).So I updated my Talos Image to include the parameter:
And I can see that parameter is active:
talosctl -e 192.168.1.49 -n 192.168.1.49 read /proc/cmdline
But the value doesn't respect the setting; it's 60GB at the moment (and keep growing).
Unfortunatly this server run a tons of container as well and when workload increase there is some freeze until ARC release some memory.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions