mr.stylo
Dauer-User
- 320
hanschke schrieb:nichts neues zum spielen. ist ja richtig langweilig
Die Winteredition von Angry Birds
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
hanschke schrieb:nichts neues zum spielen. ist ja richtig langweilig
kolibree schrieb:Ich konnt kein Tutorial zu dem VM Heap finden.. Nur mit PCs. Kannst du mir sagen, wann ein hoher Wert besser kommt bzw wann ein höherer Wert besser kommt?
It's not "virtual memory," it's real memory. This setting is simply the maximum amount of heap space (read: memory) a single instance of the Dalvik VM (read: application) can obtain.
Don't read anything into the "benchmarks" performed in the link above. This setting should have little effect on overall system performance. The only scenario where it would be beneficial to increase the maximum heap size would be if you have an application that is very close to using up all of its available heap space, which would force it to run garbage collection frequently, which would use up CPU cycles. It is possible that lowering the maximum heap size could be beneficial in that it might prevent an application from obtaining more memory than it needs (by forcing it to garbage collect sooner), but that all depends on how the Dalvik VM is implemented and is really beyond my knowledge.
So wies dabei steht-FuFu- schrieb:und wenn man die vm heap size ändert, sollte man danach neustarten, sonst hat es keinen effekt
kolibree schrieb:So wies dabei steht
So wie du hab ich die Einstellungen auch.. wobei ich gemerkt hab, dass der Launcher flüssiger erscheint, wenn man als Cachetyp "compressed" wählt..
Ansonsten fürs allgemeine Interesse bzw. Launcher-im-Speicher-behalten:
date/local.prop
wenn man da folgende Zeile zufügt:
ro.HOME_APP_ADJ=1
werden anscheinend die meisten Launcher versucht im Speicher zu behalten.. bei mir hats gut geholfen.