benchmarkme icon indicating copy to clipboard operation
benchmarkme copied to clipboard

Unable to detect RAM and CPU

Open timoruohomaki opened this issue 9 months ago • 2 comments

On a HP z240 PC running Windows 11 (24H2) on Xeon E3-1230 v5, upload_results is not able to get system specs on RAM and CPU. I'm happy to test new versions or if you have any test functions to run so let me know.

timoruohomaki avatar Feb 27 '25 11:02 timoruohomaki

@timoruohomaki I don't use Windows, so if you have any code, that would be great

csgillespie avatar Mar 05 '25 08:03 csgillespie

@timoruohomaki I don't use Windows, so if you have any code, that would be great

I believe my PR should address this issue and most others for windows. Issue comes from Windows reporting each RAM stick separately, so I just added a simple code block to string split the unneeded characters and sum the total RAM.

tmossington avatar Mar 24 '25 20:03 tmossington