NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #583 (closed enhancement: fixed)

Opened 2011-06-08T14:17:10-05:00

Last modified 2013-06-04T11:50:58-05:00

Smarter memory management/detection

Reported by: curtis Owned by: curtis
Priority: major Milestone: imagej2-b7-ndim-data
Component: I/O Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #20

Description

When opening very large images (particularly those larger than available RAM) it would be nice to detect it and act appropriately. Right now the program simply throws OutOfMemoryError.

Change History

comment:1 Changed 2011-10-18T14:45:05-05:00 by curtis

  • Priority changed from critical to major
  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2

comment:2 Changed 2012-02-26T21:19:36-06:00 by curtis

  • Blocking 20 added

comment:3 Changed 2012-07-12T17:27:04-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4

comment:4 Changed 2012-08-14T09:51:29-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5

The theme of beta5 will be more flexible data visualization and processing.

comment:5 Changed 2013-03-07T12:17:32-06:00 by bdezonia

Implementing #1669 would address this ticket.

comment:6 Changed 2013-05-31T15:52:15-05:00 by bdezonia

The scifio-cells branch supports deciding when to open images as cellimgs to avoid running out of memory.

comment:7 Changed 2013-06-04T11:50:58-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed

Merged. Closing.