![]() |
2010-07-21
, 02:26
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#12
|
i have the calendar, facebook, and 3 desktop command execution widgets, along with some app shortcuts and bookmarks, the widgets definitely seem like the culprit.
is there way to restart the hildon desktop without rebooting. rebooting every 3 days is annoying.
also, if there is a way to restart the desktop, then make a script and make a cron job out of it?
![]() |
2010-07-21
, 02:42
|
Posts: 88 |
Thanked: 25 times |
Joined on Jan 2010
|
#13
|
i have the calendar, facebook, and 3 desktop command execution widgets, along with some app shortcuts and bookmarks, the widgets definitely seem like the culprit.
is there way to restart the hildon desktop without rebooting. rebooting every 3 days is annoying.
also, if there is a way to restart the desktop, then make a script and make a cron job out of it?
![]() |
2010-07-21
, 03:29
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#14
|
I don't have any python widgets on my desktop yet I still need to reboot every week or so as the lag becomes ridiculous.
There are still a few what I would consider fatal flaws with the N900 at this time, the forced reboots being one of them. My N810 is almost never rebooted. A family member's ipod touch never gets rebooted. But the N900 does. Which one doesn't belong? I don't think my 770 had to be rebooted but it's web browser would randomly die so it might as well have needed reboots.
Frank
![]() |
2010-07-21
, 06:53
|
Posts: 100 |
Thanked: 24 times |
Joined on May 2010
|
#15
|
Try the following:
$ killall hildon-home
I have the same problem and it seems it is a problem of hildon desktop than the whole system (the menu button on top left remains fully responsive for me). However, restarting hildon will remove all your 3rd part widgets and you will have to put them back again
![]() |
2010-07-21
, 07:25
|
Posts: 193 |
Thanked: 92 times |
Joined on May 2010
@ galveston, tx
|
#16
|
The Following User Says Thank You to noipv4 For This Useful Post: | ||
![]() |
2010-07-21
, 07:37
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#17
|
The "possible memory leak" described in the OP is the fragmentation of memory by python widgets. The symptom of that is an unresponsive desktop/task switcher. The hildon-home problem that seems to have surfaced with PR1.2 i still get but it's a bit less disruptive (eats battery and slows things down esp. when task switching) rather than completely freezing UI.
![]() |
2010-07-21
, 07:41
|
Posts: 193 |
Thanked: 92 times |
Joined on May 2010
@ galveston, tx
|
#18
|
The Following 3 Users Say Thank You to noipv4 For This Useful Post: | ||
![]() |
2010-07-21
, 07:58
|
|
Posts: 579 |
Thanked: 286 times |
Joined on Oct 2009
@ Australia
|
#19
|
![]() |
2010-07-21
, 08:05
|
|
Posts: 579 |
Thanked: 286 times |
Joined on Oct 2009
@ Australia
|
#20
|
Try these steps too.
http://www.linuxinsight.com/proc_sys...op_caches.html
Writing to this will cause the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free.
To free pagecache:
* echo 1 > /proc/sys/vm/drop_caches
To free dentries and inodes:
* echo 2 > /proc/sys/vm/drop_caches
To free pagecache, dentries and inodes:
* echo 3 > /proc/sys/vm/drop_caches
As this is a non-destructive operation, and dirty objects are not freeable, the user should run "sync" first in order to make sure all cached objects are freed.
There are still a few what I would consider fatal flaws with the N900 at this time, the forced reboots being one of them. My N810 is almost never rebooted. A family member's ipod touch never gets rebooted. But the N900 does. Which one doesn't belong? I don't think my 770 had to be rebooted but it's web browser would randomly die so it might as well have needed reboots.
Frank