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 Sep 8, 2020. It is now read-only.
I was running
nice ninja -j10 -k0 all check-all
on WSL Ubuntu, and started htop in a second WLS window. The output looked like this:Note the value 4294967286 for the NI column. This is consistent with what ps reported:
However, htop is seemingly not prepared for such a value, and the columns get out of alignment.
Either htop should be able to display such a large "nice" value, or 4294967286 could be special-cased.
The text was updated successfully, but these errors were encountered: