I accidentally configured KSM wrong
nano /etc/ksmtuned.conf
Thinking this would activate KSM when <30% RAM was remaining rather than what it's doing now (activating at 30% RAM usage).
How can I safely restart KSM and clear the current RAM being used by KSM? I am also using ZFS if that matters.
nano /etc/ksmtuned.conf
Code:
KSM_THRES_COEF=30
Thinking this would activate KSM when <30% RAM was remaining rather than what it's doing now (activating at 30% RAM usage).
How can I safely restart KSM and clear the current RAM being used by KSM? I am also using ZFS if that matters.