Arnout Engelen created IMAGING-379: -------------------------------------- Summary: Generic solution for bounding memory use Key: IMAGING-379 URL: https://issues.apache.org/jira/browse/IMAGING-379 Project: Commons Imaging Issue Type: Improvement Components: imaging.* Reporter: Arnout Engelen
Processing images can take considerable amounts memory, and running out of memory can impact the entire application. It would be great to have a mechanism to make sure image processing remains within 'reasonable' bounds, and fail gracefully when it exceeds them. Of course what is 'reasonable' is application-dependent. This issue exists to track the ideas and experiments around implementing such a mechanism, which will likely have impact on various APIs. The 'Allocator' API on the master branch is the current work towards this goal. -- This message was sent by Atlassian Jira (v8.20.10#820010)