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
On a long-running system with swapfc enabled swapfc_priority=50 can eventually reach 0 (generating kernel errors) as seen here: #135. Looping back to the value of swapfc_priority close to 0 is not a valid solution since that would mean that the highest priority swap file would be the first to be removed.
A better solution would be to disable swapfc_priority when it's 0 and let the kernel manage priorities (it has exclusive rights to priority -1...).
The text was updated successfully, but these errors were encountered:
On a long-running system with swapfc enabled
swapfc_priority=50
can eventually reach 0 (generating kernel errors) as seen here: #135. Looping back to the value ofswapfc_priority
close to 0 is not a valid solution since that would mean that the highest priority swap file would be the first to be removed.A better solution would be to disable swapfc_priority when it's 0 and let the kernel manage priorities (it has exclusive rights to priority -1...).
The text was updated successfully, but these errors were encountered: