Hacker News new | ask | show | jobs
by l33tman 1178 days ago
It's not a bug, but it's misreading the htop output as mmap doesn't show up as a resident set size there. The pages are RO and not dirty so it's "on the OS" to count it and the OP had lots of RAM on the computer so the model just resides in his page cache instead.
1 comments

Ahh, this would do it, thanks :).