openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

The New VM GC never truly sleeps #1346

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The new VM GC sleeps at most for 30 seconds. When the app is in the background 
or allocations are very low in size we should hibernate the GC so it will sleep 
more and won't take up CPU thus possibly triggering an app kill. 

Original issue reported on code.google.com by shai.almog on 13 Feb 2015 at 4:58

GoogleCodeExporter commented 8 years ago
This should still be improved but right now when the VM is sent to the 
background the GC does truly sleep.

Original comment by shai.almog on 16 Mar 2015 at 6:10