Mesh
Mesh copied to clipboard
high peak RSS on `hmmer` from SPEC 2006
it is unclear what is going on here; median RSS is ~ 12 MB with mesh, but "only" 4 with jemalloc + libc. Our Peak RSS with Mesh is much higher too - 66 MB compared to 25 with other allocators.
Its possible this is an issue where hmmer
calloc
s memory and we eagerly write to it, and other allocators know that "fresh" pages are zero'd already (and don't count against RSS).