Hey guys,

I'm having a bit of pain with a production system running out of memory periodically - I suspect some sort of leak or GC issue but it's hard to pin down. Do you guys have recommendations of tools or APIs (vibe fiber aware ideally) to use to keep track of live fibers, allocations or memory usage on the fly?

Despite calling GC.collect/minimize periodically virtual memory in Ubuntu rises to very large values and eventually resident gets large enough that an allocation fails once swap is exhausted.

Thanks in advance!