![]() |
2010-12-16
, 07:01
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#2
|
![]() |
2010-12-16
, 07:17
|
Posts: 139 |
Thanked: 97 times |
Joined on Nov 2010
@ United States
|
#3
|
Before going to details I would like to ask you that:
Do you know what Xorg is?
Do you know what memory leak is?
The Following 4 Users Say Thank You to AndrewX192 For This Useful Post: | ||
![]() |
2010-12-16
, 11:58
|
|
Posts: 549 |
Thanked: 299 times |
Joined on Jun 2010
@ Australian in the Philippines
|
#4
|
![]() |
2010-12-16
, 15:45
|
Posts: 139 |
Thanked: 97 times |
Joined on Nov 2010
@ United States
|
#5
|
What are you using to obtain Xorg memory statistics?
I have a few machines with 100+ days uptime running Xorg, memory usage is not even 50% of the values you have.
Applications can reserve as much memory as they want, this doesn't mean they are actually using it or wont release it if the need arises.
The Following User Says Thank You to AndrewX192 For This Useful Post: | ||
![]() |
2010-12-17
, 07:39
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#6
|
So far I have just been looking at conky and htop to see how much memory Xorg has been using.
Right now my phone is barely responding, the UI is barely responsive, I will need to restart my phone soon, as that clears up this issue every time.
The Following 2 Users Say Thank You to slender For This Useful Post: | ||
![]() |
2010-12-19
, 08:34
|
Posts: 139 |
Thanked: 97 times |
Joined on Nov 2010
@ United States
|
#7
|
The Following 2 Users Say Thank You to AndrewX192 For This Useful Post: | ||
![]() |
2010-12-19
, 09:23
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#8
|
It seems to be strongly related to the themes used with hildon, switching themes causes Xorg's memory usage to skyrocket.
The Following User Says Thank You to slender For This Useful Post: | ||
![]() |
2010-12-19
, 11:01
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#9
|
![]() |
2010-12-20
, 04:44
|
Posts: 139 |
Thanked: 97 times |
Joined on Nov 2010
@ United States
|
#10
|
If you have time then could you document this to here:
https://bugs.maemo.org/
Xorg most probably does not leak by itself, but applications leak into Xorg.
If applications use server-side pixmaps to store graphics, they appear in Xorg's memory statistics, instead of the application's.
So it's not Xorg to kill, but the misbehaving application.
Xorg is currently sitting at 11% memory use on my N900; not exactly a great thing. I tried killing Xorg the other day, to see if it would restart the process, but instead my phone decided it was time to reboot (reloaded the entire kernel). Is there a way to restart Xorg without completely rebooting the phone?