Ticket #5852 (closed enhancement: fixed)
dojox gfx createImage allocate huge memory under IE 7.0
| Reported by: | guest | Owned by: | elazutkin |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | DojoX GFX | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Invoking createImage() under dojox.gfx cause memory allocation proportional to how many images you would draw, up to 12Mbytes allocated when create a image(src of png), 2 triangles and one text as one unit of entity. The same code only consumes about 2k in FF.
This issue was first posted on July 2007 by another user, refer to http://dojotoolkit.org/forum/dojox-dojox/dojox-support/huge-memory-allocation-ie-when-creating-gfx-image-createimage for the full history of the same issue.
Change History
Note: See
TracTickets for help on using
tickets.