You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 hmmercallocs memory and we eagerly write to it, and other allocators know that "fresh" pages are zero'd already (and don't count against RSS).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: