Archived:Creating too many Canvas instances throws an outOfMemoryException (Known Issue)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
The article is believed to be still valid for the original topic scope.
The article is believed to be still valid for the original topic scope.
Article Metadata
Compatibility
Platform(s): S60 3rd Edition
Article
Created: User:Technical writer 1
(07 Jul 2006)
Last edited: hamishwillee
(18 Jun 2012)
Overview
Creating too many Canvas instances throws an OutOfMemoryException.
Description
In some S60 devices creating too many Canvas instances reserves memory space due to the platform implementation and throws an out of memory exception.
Solution
Try to limit the creation of new Canvas instances and reuse the existing Canvas instances. Use garbage collection to free memory space.

