seastar icon indicating copy to clipboard operation
seastar copied to clipboard

Lrge allocation threshold never goes down

Open xemul opened this issue 6 months ago • 1 comments

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.

xemul avatar May 05 '25 16:05 xemul

Startup disables large allocation reporting, but the rest of it holds.

avikivity avatar May 05 '25 17:05 avikivity

Dup of #669

xemul avatar Aug 27 '25 18:08 xemul