xuantl / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Config file size grown and uses more memory #362

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The encrypted values in the config file is causing the program to use a lot of 
memory. I cleared the values manually and the EXE runs at 45mb-5mb memory now. 
Before it ran at 100mb-70mb of memory. You should allow the program to save 
them in plain format.

OpenHardwareMonitor.config.old 5.80 MB (6,085,302 bytes) with (70mb-100mb of 
memory)

OpenHardwareMonitor.config 195 KB (199,756 bytes) with (5mb-45mb of memory)

0.4.0 Beta

Original issue reported on code.google.com by navee...@gmail.com on 19 Jul 2012 at 3:18

GoogleCodeExporter commented 9 years ago
The "encrypted values" are not really encrypted but the compressed recorded 
sensor values for the past 24h (to be used for plotting).

I have improved the compression of the values which should as well reduce the 
memory usage slightly. Can you try with this new version?

http://openhardwaremonitor.org/files/openhardwaremonitor-v0.4.0.20-alpha.zip

Original comment by moel.mich on 19 Jul 2012 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by moel.mich on 26 Jul 2012 at 12:30

GoogleCodeExporter commented 9 years ago
Thank you. This version is using less memory now.

Original comment by navee...@gmail.com on 26 Jul 2012 at 7:17