benjaminwhite / OSXey

An Archey clone for OSX.
6 stars 2 forks source link

Memory calculation off #2

Closed hyperjeff closed 10 years ago

hyperjeff commented 10 years ago

Something archey gets right, but for some reason all the OSXey branches got mixed up: the memory in G calculation is off. It should use 1024 * 1024 * 1024 and not 1000000000. The difference is only notable on systems with a lot of ram. I have 64G here, but the current calculation makes it look like I have 68G, which would be nice but isn't the case. Most OSXey branches don't have issues turned on, so I hope you don't mind me posting the issue on your branch. Yours can at least have the right ram count.

benjaminwhite commented 10 years ago

I never noticed that. Thank you!