Ticket #164 (new enhancement)

Opened 1 year ago

Improve recycling of big memory buffers

Reported by: harri Owned by: harri
Priority: critical Milestone: 0.5.future
Component: common Version: 0.5.0-rc1
Keywords: Cc:
Test Case Result:

Description

Java GC does often leave large unused memory allocations (e.g. the raw image raster read from dcraw) in tenured area when increasing heap size. This will cause unnecessary paging in other applications and cause drop in system responsiveness.

These buffers could probably be recycled better to avoid allocating new.

Note: See TracTickets for help on using tickets.