Bug #1353 (closed)
Opened 10 years ago
Closed 10 years ago
Possible OOM when rendering 32-bit values
| Reported by: | cxallan | Owned by: | callan |
|---|---|---|---|
| Priority: | minor | Cc: | jburel, jamoore |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
It's possible that a java.lang.OutOfMemoryException will be thrown if the rendering engine decides to allocate a huge lookup table when working with 32-bit or higher order data with the 16-bit quantum strategy.
Change History (1)
comment:1 Changed 10 years ago by cxallan
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Fixed in r4421. J-M, it'd be good to test this thoroughly with Insight and maybe have some explicit exceptions to give API users. Can discuss later.