Scrutinizing X memory, part 2: what's taking all that memory?
So here goes some statistics of the Xorg process running. All the informations were fetch from /proc/pidof Xorg
/{smaps, status}. I used also a script found on the Web to parse and organize these informations; Mikhail Gusarov has extended this script to show a very useful output.
Xorg per se
Running just one standalone Xorg -retro
. In my system it represents:
VmRSS: 5440 kB
VmSize: 13620 kB
from those 5440 kB of RSS: 3404 kB (63 %) come from code 1628 kB (30 %) come from malloc/mmap in anonymous memory (heap) 228 kB (4 %) come from other data mapped in memory 180 kB (3 %) come from rodata