Namespaces
Variants
Actions
(Difference between revisions)

Archived:Garbage collecting prohibitively slows S60 2nd Edition (Known Issue)

Jump to: navigation, search
 
m (1 revision(s))

Revision as of 13:11, 23 August 2007


Garbage collecting KIJ000080

Platform: S60 2nd Edition Device: Nokia 6600

Description:

Calling the System.gc() method results in extreme slowness and jamming. In Monty 1.0 VM, garbage collection is different and every time System.gc is called, the entire memory is really cleared. This is an extremely slow process!

Solution:

Do not call the System.gc method at all, or call the System.gc() garbage collecting method only in non-time-critical situations, such as screen transitions, state transitions, pause states, etc. If the System.gc() method is used, it is recommended to add a short delay (~20-50 ms) after the method call to ensure the sufficient time for the garbage collection, as in the following example:

 System.gc();

 Thread.sleep(delay); //delay = 20-50 ms

364 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved