Compare commits

...

1 Commits

Author SHA1 Message Date
Jarred Sumner
284efa086f Run mi_collect on thread idle 2025-03-29 06:09:16 -07:00

View File

@@ -702,6 +702,8 @@ pub const Thread = struct {
Output.flush();
self.drainIdleEvents();
bun.Mimalloc.mi_collect(false);
}
}