Skip to content

Commit

Permalink
Fix uninstall advice for irqbalance
Browse files Browse the repository at this point in the history
  • Loading branch information
wingo committed Mar 6, 2019
1 parent ecd443c commit 9f7177b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/numa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ local function assert_irqbalanced_disabled (warn)
end
end
warn('Irqbalanced detected; this will hurt performance! %s',
'Consider uninstalling via "sudo apt-get uninstall irqbalance" and rebooting.')
'Consider uninstalling via "sudo apt-get remove irqbalance" and rebooting.')
end
end
end
Expand Down

0 comments on commit 9f7177b

Please sign in to comment.