Open PJB3005 opened 3 years ago
ImageSharp's default configuration pools image buffers. The problem is that it will happily keep large LOH buffers around which is quite a waste of memory usage. We should investigate what can be done about this.
I'm new at RobustToolbox, but I did found the following links possibly about this problem for future assignees:
ImageSharp's default configuration pools image buffers. The problem is that it will happily keep large LOH buffers around which is quite a waste of memory usage. We should investigate what can be done about this.