gsass1 / NTop

💻 htop-like system-monitor for Windows with Vi-keybindings.
GNU General Public License v3.0
1.21k stars 69 forks source link

MEM column is clamped at 4Gb, i.e. i f aprocess allocated 15Gb, it will show only 4095. #36

Closed lukka closed 2 years ago

lukka commented 3 years ago

MEM looks like to be represented using a 32bit unsigned, instead of 64bit one. This show not correct data, and the sorting is broken as well.

gsass1 commented 2 years ago

This should be fixed with the new update