We have discontinued this forum and moved support tickets to the GitHub issue tracker. More info

feature request: reduce memory usage

Control fans on Apple hardware: iMacs, Macbooks, etc

Moderator: Steven

Post Reply
zumba
Posts: 1
Joined: 09 Feb 2014, 21:23

feature request: reduce memory usage

Post by zumba »

I just replaced smcFanControl with Macs Fan Control, but noticed it uses more than twice the memory- 38MB vs 15MB. Is it possible to reduce memory usage? Every spare little bit helps :D

Code: Select all

$ ps auxww | grep -i fan
me       2760   0.0  0.1  2546416  15684   ??  S     1:19PM   0:00.25 /Users/me/Applications/smcFanControl.app/Contents/MacOS/smcFanControl
me       2443   0.0  0.2   792080  38756   ??  S     1:09PM   0:20.07 /Users/me/Downloads/Macs Fan Control.app/Contents/MacOS/MacsFanControl -psn_0_7505704
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: feature request: reduce memory usage

Post by Steven »

zumba
Thanks for the suggestion.

The thing is that unlike smcFanControl - Macs Fan Control app is cross-platform and uses 3rd party framework (Qt), which is rather heavy. Plus our app is much more advanced than the mentioned app. That being said it has to 'eat' more ram to be so cool ;)

Anyway we're constantly doing different optimizations so keep in touch with the app updates.
jacob
Posts: 8
Joined: 24 Mar 2013, 12:32

Re: feature request: reduce memory usage

Post by jacob »

Hi zumba

Just a side note:
I'm not seeing the same mem usage in my iMac - (using MacsFan 1.1.9)

Code: Select all

 Handles  NPM(K)    PM(K)      WS(K) VM(M)   CPU(s)     Id ProcessName
    178      17     7596      20824   118     0,81   3808 MacsFanControl
Post Reply