Sharp
Crew Member
 
Posts: 158
Likes: 223
|
Post by Sharp on Aug 23, 2023 2:38:41 GMT
Why the big difference in ram between conky and lxtask? Just curious.
Attachments:
|
|
enigma9o7
Crew Member
 
Posts: 1,218
Likes: 1,215
|
Post by enigma9o7 on Aug 23, 2023 3:15:49 GMT
What are you using for memory in conky? $mem?
Do you have "show memory used for cache as free" in lxtask?
|
|
Sharp
Crew Member
 
Posts: 158
Likes: 223
|
Post by Sharp on Aug 23, 2023 4:04:24 GMT
What are you using for memory in conky? $mem? Do you have "show memory used for cache as free" in lxtask? Yes, conky is $mem and lxtask is "show memory used for cache as free".
|
|
Sharp
Crew Member
 
Posts: 158
Likes: 223
|
Post by Sharp on Aug 23, 2023 17:08:53 GMT
Changed the line in conky from $mem to $legacymem and the ram figures were brought more inline with each other.
Attachments:
|
|
enigma9o7
Crew Member
 
Posts: 1,218
Likes: 1,215
|
Post by enigma9o7 on Aug 23, 2023 18:33:12 GMT
I was curious about this, so did a little research and turns out conky changed what it reports for $mem.
In conky 1.11.6 and up, $mem is calculated as MemTotal - MemAvailable.
In conky 1.12.2 and up, $legacymem is offered which is the same as the pre 1.11.6 $mem behavior = UsedMem, same as lxtask and neofetch.
conky also has $freemem for total unused memory.
|
|