Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Steam downloads are highly compressed
Also if you're patching a game, steam downloads for patches are delta patches. Meaning that the process is
1) Download the delta file
2) Read the existing file
3) calculate all the changes and blocks that need to be chenged
4) write out the newly patched files
This is all very cpu and disk IO intensive depending on the game, how the data is structured, your CPU speed, your disk IO, your anti-virus throttling all of that due to contention, etc
It gets more complex on patching because it's not complete game data, but diff data. Which means after decryption and decompression, the target file has to be relocated, then its data altered by the diff definition.
Again this doesn't happen when i'm useing Linux.
The patching mechanism on steam is consistent across platform
It also dpendson the games you play. It looks like you've recently gotten into many online multiplayer type games. These games tend to update frequently and a game like Valheim a patch will update a significant chunk of game data.
https://www.youtube.com/watch?v=gk1eKPRLaJA&t=557s
I just checked somthing,I turned my Antivirus off for the heck of it when downloading a game from steam and the CPU usage went from like 100% to around 50% to 70% the fans still rev up a little but not as loud now.
Seems you found the cause - your antivirus.
Instead of turning it off exclude Steam from been scanned.