Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Andy Burns Newsgroups: alt.comp.os.windows-11 Subject: memory usage vs fan usage Date: Thu, 17 Apr 2025 15:16:59 +0100 Lines: 24 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net A3+xaIfotrpmW0nMng9ZtQWIO8cxYpsjO74lqKYwm5ANxy1WcD Cancel-Lock: sha1:4KpUXZHQ+BY/2Cd/NEtJuuRmOAk= sha256:UtqLUmWXmUtaXhhdjbjH7JTKraEV5B895VoTVCqoBY4= User-Agent: Mozilla Thunderbird Content-Language: en-GB Xref: csiph.com alt.comp.os.windows-11:18459 Both of my laptops have sufficient RAM for what they do (Win11 Home=16GB, Win11 Pro=32GB) home machine for "home stuff", pro machine for "work stuff" Neither has to do much paging, perhaps peak at 100 faults/sec during loading large apps, then calms down to single digits or zero afterwards It always annoys me that as the amount of memory used (by total committed) increases, so does the chance/speed the fans are spinning, if the fan use was proportional to paging I'd kind of understand. Memory chips don't know if part of them is allocated to a process or not, right? Other than maybe some garbage collection, nothing goes around flipping bits for fun, right? So how does being allocated, even when sitting idle, influence cooling required? Anyway, I've always been a bit suspicious of the MemoryCompression service, so I'm experimenting with it turned off for a bit. (powershell disable-mmagent -mc) And it's the first time in years I have firefox and thunderbird both running with no fans in use ... not conclusive yet, but interesting ...