K 10 svn:author V 7 git2svn K 8 svn:date V 27 2023-03-02T19:00:48.532754Z K 7 svn:log V 563 linprocfs(4): Fixup process size in the /proc/pid/stat file According to the Linux sources the kernel exposes a proces virtual memory size via proc filesystem into the three files - stat, status and statm. This is the struct mm->total_vm value adjusted to the corresponding units - bytes, kilobytes and pages. The fix is based on a fernape@ analysis. PR: 265937 Reported by: Ray Bellis MFC after: 3 days (cherry picked from commit a55b5a9aed3981fcec205e246436991d138c78a2) Git Hash: 3c4af6fe955fa8427ebc1206046bdc0d35a692bb Git Author: dchagin@FreeBSD.org END