You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Wrong ksm parameter was saved in save_ksm_settings when testing ksm, which can affect the restore phase.
# Save the current KSM settings so we can restore them later
save_ksm_settings(){
echo "saving KSM settings"
ksm_stored_run=$(cat ${KSM_ENABLE_FILE})
ksm_stored_pages=$(cat ${KSM_ENABLE_FILE})
ksm_stored_sleep=$(cat ${KSM_ENABLE_FILE})
}
The text was updated successfully, but these errors were encountered:
Wrong ksm parameter was saved in
save_ksm_settings
when testing ksm, which can affect the restore phase.The text was updated successfully, but these errors were encountered: