<div dir="ltr">On LP64 systems, address space is effectively free, and the security<br>folks have found a variety of ways to use large PROT_NONE regions. For<br>example, Android currently spends 3GiB on the CFI shadow and 7GiB<br>padding the scudo heap, meaning that even toybox cat has a VmSize around<br>10GiB. This means that the default ps output doesn't line up.<br><br>Arguably this should be a change to the default width (currently 7) of<br>the VSZ entry in the "typos" array, but as long as desktop Linux isn't<br>using its address space for security mitigations, that seemed like it<br>might be too contentious.<br>---<br> toys/posix/ps.c | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br></div>