-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Invoke-webrequest unable to download large files - stream too long #15438
Copy link
Copy link
Closed
Labels
Needs-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.Resolution-AnsweredThe question is answered.The question is answered.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility moduleWG-Engine-Performancecore PowerShell engine, interpreter, and runtime performancecore PowerShell engine, interpreter, and runtime performance
Description
Hi,
This is half a feature request/bug.
When downloading very large files (> 1GB), Invoke-Webrequest will:
- usually crash with a stream too long exception,
- consume huge amount of memory, going beyound 2.5GB or RAM used.
Which make this commandlet unsuited for something that would work flawlessly on wget.
Do you have any plans on improving this? How complex would this feature be?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.Resolution-AnsweredThe question is answered.The question is answered.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility moduleWG-Engine-Performancecore PowerShell engine, interpreter, and runtime performancecore PowerShell engine, interpreter, and runtime performance