this post was submitted on 14 Sep 2023
434 points (80.1% liked)
Programmer Humor
19471 readers
1396 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can confirm. Have had to download the full VS 2022 Pro over a shit wifi connection at work 55GB. It took half a day then failed. Re run the command to recheck every package and get the missing / broken ones and it is a single threaded app so it takes forever computing file hashes on one thread.
In the end it took around 7.5 hours.
What workloads did you download fit it to be that big?
Everything. It's going on a network not connected to the internet so I don't want to exclude something and have go through the faff of getting extra bits that end up being needed.
Fair enough! Not terribly surprised about the size then, though - there's a lot of stuff VS can do. When limited to just a few workloads you need the size isn't unreasonable in my opinion though.