seastar
seastar copied to clipboard
Lrge allocation threshold never goes down
It's designed like that, but it has a side effect -- rare large allocations may shadow more interesting smaller ones forever. E.g. -- if startup allocates large chunk of memory, it's boring, but due to this we can skip some more interesting one.
Need a timely fall of the threshold, say, once every severla minutes.
Startup disables large allocation reporting, but the rest of it holds.
Dup of #669