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
2) are you sure you are not confusing bits for Bytes.
3) If you're patching a game, then 99% of the time spent will be on disk IO. Generally speaking all consumer level AV is utter trash and makes any patching process 10x longer
4) task manager wont show much because your link is likely 1gbps but your ISP capped so it will always look 'good' since you're not saturating the local 1gbps port
5) You need to look at performance, specifically disk utilization. 99% chance your disk is pegged at 100% utilization. Note that utilization has nothing to do with data throughput. You can have 100% disk utilization with extremely low disk writes/reads.
Writing to RAM is the fastest out of all writing options. What I think might be happening is that RAM is being written to up till it is completely filled out. After this has gotten full, that Cache needs to be emptied first before space is made within RAM to write to.
And the Cache, as you can guess empties slowly as what it contains is actually written to disk, however writing to the RAM is still faster.
Usually DRAM on an SSD is about 2GB.
The speeds given by the manufacturer often keep track of the write-to-dram speed, rather than the write to the actual NAND cells on the SSD. Still....
I expect an SSD to be faster. I think that there may be a bug somewhere.
I recommend disabling Write Caching on the Device for your SSD; it might improve performance in your case. Further, I recommend optimizing so that the least amount of activity is needed to write to your SSD. (disabling indexing on the SSD for example)
I am not sure what Windows 11 is doing on the background, but it is possible that Windows itself is causing the slowdown. It might for example not realize your SSD is actually in use (since Steam uses odd methods to download and install games). Windows might have lowered the amount of power the SSD can use in order to save power. (Power Saving settings)
You may want to inspect your Power settings basically.
and also some hardware level features in the driver settings that are used for saving power.
- In Steam Settings > Downloads, change your download region.
- Turn off "Throttle downloads while streaming".
- Make sure Delivery Optimization is off in Windows settings (Settings > Windows Update > Advanced options > Delivery Optimization).
You're already doing the right stuff with clearing cache also try restarting Steam after big downloads.