Ask HN: Do Windows clients cause more CO2, than Linux distributions?

1 points by keks24 ↗ HN
Hello,

this might be more of a philosophical question.

I mean an idling Windows (maybe) uses 4 GB of RAM just like that, whereas an idling Linux distribution only uses 300 MB; talking about my Gentoo Linux using AwesomeWM.

The more RAM or resources are used, the more power is used, right?

-Keks

3 comments

[ 3.1 ms ] story [ 18.9 ms ] thread
All other things being equal, _if_ unused RAM used less power: yes.

Unused RAM doesn’t use less power, though. Writing and reading it do, but afaik, all current systems happily refresh the memory content of all RAM, including unused RAM, and that’s what eats the power in an idling system.

Installing less RAM will help, though. I think that’s one reason why Apple ships iPhones with less RAM than flagship Android devices.

> Unused RAM doesn’t use less power, though.

Interesting, I thought it would. Just like a written hard drives weights more, than an empty one:

https://www.ellipsix.net/blog/2009/04/how-much-does-data-wei...

I don’t think that calculation is entirely correct. Hard disks use error-correction schemes and codes to prevent long sequences of identical bits, so writing logical zero bits doesn’t imply writing “magnetic zeroes” (https://en.wikipedia.org/wiki/Group_coded_recording, https://en.wikipedia.org/wiki/Modified_frequency_modulation).

DRAM = tiny capacitors, so keeping more of them discharged would mean needing less leakage and thus less energy to top them up, though, so some gains could be made there.