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
server/profiler: bump heap profiler size limit from 256MiB to 512MiB
I've seen a couple of cases where the heap profiles I was interested in
were just rotated, so let's bump the limit by 2x.
Release note (ops change): The default value of
`server.mem_profile.total_dump_size_limit` (which controls how much
space can be used by automatically collected heap profiles) has been
increased from 256MiB to 512MiB.
0 commit comments