Task Manager & Conky memory report differs alot.

Please post all general support questions for LXDE here.
Locked
Godwin
Posts: 2
Joined: Sat Nov 19, 2011 10:13 am

Task Manager & Conky memory report differs alot.

Post by Godwin »

Hopefully this is the right section to ask about this?

Got a rather old computer, only 752MB RAM (reported). So when Conky shows that I use about all of it. Task Manager shows perhaps 50% RAM usage. Which one should I trust?

This is the memory part from conky-script.

Code: Select all

$font${color DimGray}MEM $alignc $mem / $memmax $alignr $memperc%
$membar
My guts tells me to trust the task manager, but why does conky exaggerate then?

I'm on Arch Linux LXDE, if it matters.
rokytnji
Posts: 131
Joined: Mon Jun 13, 2011 10:45 pm
Location: pecos.tx
Contact:

Re: Task Manager & Conky memory report differs alot.

Post by rokytnji »

Hmmm. I use

Code: Select all

${color}Fan: ${color}${hwmon fan 1}
${color}Temp: ${color} ${hwmon temp 1}C
${color}Ram : ${color}$mem${color}/${color}$memmax ${color}- ${color}$memperc%
on this computer with AntiX. Listening to streaming radio in Gogglesmm and running Seamonkeys latest while posting I show about 250MB being used in conky on 900MB of ram.

Code: Select all

$ free
             total       used       free     shared    buffers     cached
Mem:        901112     755668     145444          0     117168     367552
-/+ buffers/cache:     270948     630164
Swap:      2120576          0    2120576
My conky version is

Code: Select all

$ apt-cache policy conky
conky:
  Installed: 1.8.1-5
  Candidate: 1.8.1-5
  Version table:
Though.
Amrel RT 786ex 1.6ghz, 512MB ram , AntiX 8.5 core, Biker Linux user # 475019
Lead,Follow, or get the heck out of the way
My AntiX LXDE Install
fauzimh
Posts: 2
Joined: Tue Feb 14, 2012 11:22 pm

Re: Task Manager & Conky memory report differs alot.

Post by fauzimh »

Hi, I also encounter similar situation here.
Conky shows that im already using 1.8GB RAM, while Task Manager shows im only using 470MB. That is 1.3GB difference.
Which one to be trusted?
Anyone can shed some light here?
fauzimh
Posts: 2
Joined: Tue Feb 14, 2012 11:22 pm

Re: Task Manager & Conky memory report differs alot.

Post by fauzimh »

I have found the issue.
apparently, you need to set: no_buffers yes in your .conkyrc
Locked