Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
Just now I downloaded a game at 111MB/s
You can try seeing if its your ISP, or maybe try changing download regions but whatever it is, its definitely not steam's fault otherwise we'd all be suffering.
Clearly your ISP
Im getting the speed im paying for in a third world connection.
Mb/s isn't the same as MB/s.
1Mbit/s = 0.125MB/s
So in my case im almost at 500 mb/s which is what I pay to my ISP
OP has some serious traffic shapping happening
Nope. My speed tests are always over 900mbps. My connection never slows down, and I'm on a wired connection. The only time I hit over 30MB/s is when I install to an NVME SSD. Then it hits 100+MB/s. But only sometimes.
Literally never, not even once, seen it go over 30MB/s installing to an HDD. Not once. Absolute best case scenario installing to a SATA SSD is 50MB/s. Only when I install to an NVME SSD does the speed ever come close to reaching 100MB/s.
This has been a problem as long as I can remember. Steam has almost never downloaded at full bandwidth for me. Changing regions is a pain in the ass because yes, sometimes it works, but most the time you just end up rebooting steam 20 times just for the speed to stay the same or get worse.
It's not my ISP. I'm on a wired gigabit connection. I just downloaded a 60gb game to a SATA SSD, the highest it reached was 31MB/s. I just did a speed test after it finished and got 871mbps (108MB/s). It's definitely not my connection. And my download settings don't limit the bandwidth. And it's definitely not my SSD. Or my 24 core CPU. It's 100% Steam.
So, a YOU problem, not a Valve problem.
Edited my reply so its using MB/s instead, forgot there was a difference.
No, it's a Valve problem. An HDD can write data faster than my 100MB/s internet can provide. The problem is it's doing two, actually three things at once. Downloading, decompressing, and writing at the same time. There is no reason I can't download over 30MB/s to an HDD. I can do it with many other services, but not Steam. Steam will not download faster than the HDD can physically accommodate for, it can't, and they're crippling the HDD with other operations so the HDD physically CAN'T download any faster because it's so busy with operations. It's not Steam limiting download speeds per-say, as much as it is a problem with their install method that causes downloads to slow to a crawl on an HDD.
I see why they do it this way, because the other method requires more free disk space, since the game would have to download fully, then decompress and install fully, it would need enough free space for two copies of the game until the installation is completed. And the slow download speeds, hell, that's a plus for them. Your HDD is so crippled with other operations that it can only download 2MB/s?? GREAT$$$$$
And then there's periods where it just stops downloading completely. It's still decompressing and writing, but just stops downloading. This doesn't happen on SSDs.
My computer is not the problem. My internet is not the problem. I don't have this problem with other services. Only Steam. They need to create an HDD optimized download mode or something because their download method is absolutely absurdly slow on HDDs.
And for god sake it's not my HDDs. They aren't crappy 5200rpm laptop drives that cap out at 100MB/s with pitiful random speeds. They are 7200rpm gaming drives with lots of cache and capable of 160+MB/s. It's not me and Steam behaves exactly the same way on every computer I've ever used Steam on.
And if some software is interfering, the IO drops even lower.
If you see my previous reply, im actually writing on the Sata SSD way faster than my download speed.
You can have a thousand cores but a bad OS could easily beign the problem.
Again, it's that, or your ISP is not allowing full speed for bigger downloads.
Seems like the HDD cannot handle what you think it can.
Normal behavior when a part cannot keep up with the task it is currently being tasked with.
You're likely not noticing something obvious, and as Qbert noted poor maintenance can also be a big issue when DLing to HDDs.
https://www.youtube.com/watch?v=gk1eKPRLaJA&t=557s
What other operations?
If you're talking about downloading and decompressing, those don't touch the HDD at all, they're done entirely in memory.
It's actually "per se"; it's Latin, "se" means "itself, "per" means "by" or "through".
You would expect that to happen if stuff can't be written out to disk fast enough; if there's already a large backlog in earlier steps in the process, there's no need to funnel more stuff into the input.
It is theoretically possible that Steam's write pattern is too random and efficiency is being eaten by disk seeks in a way which wouldn't affect SSDs, yeah. For a lot of workloads, poor random-access performance can be hidden by the OS or the HDD's own firmware by using a cache to batch up writes into longer contiguous chunks, or scheduling writes into a more linear order, but it is possible that Steam's workloads are too large or sustained for that sort of transparent caching to work effectively. In which case, it would have to be fixed on Valve's end by deliberately trying to bundle up writes into larger contiguous blocks.