Eric Wong <[email protected]> wrote:
> While memory use has mostly gotten under control with scratchpad
> avoidance done around Sep (after v1.9.0), it's still higher than
> I like :<
> 
> Suspiciously, PublicInbox::Smsg::load_from_data still seems to
> be causing a big chunk of long-lived allocations on my system:

OK, it doesn't seem to be a leak.  At least the 4080 byte
allocations are for long-lived arenas, and it's the main
allocator.

> (or work on https://80x24.org/mwrap-perl.git to expand into C
> backtraces is required...)

Done :>  (but stupid expensive :x)

> Of course, even single-threaded git packing is using massive memory
> use with the linux.git forkgroup :<

Ugh, yeah.

Reply via email to