-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum concurrent connections exceeded uploading large files #15
Comments
I also ran into this issue uploading a 12MB file. |
This is essentially the same as issue #1, which I closed because I feel like this should be addressed in the upstream WinRM gem. For now you can workaround the issue by increasing the per user quota on the Windows guest.
|
WMF 5 enables copy-file to take -ToSession and -From session parameters, which seems to work fine for me with large files. It would require WMF 5, but that has been released for Windows 7/2008 R2 and up, so it'd have pretty good coverage. |
@jakeballard that would be great if we could leverage WMF5 but unfortunately it requires a PSSession and that follows an entirely different protocol: Powershell Remoting Protocol. Whhile it sits on top of WinRM, it is distinctly its own thing. I do think that #28 will address issues with larger files failing. I'm assuming that @Iristyle hit this on 2k8R2/win7? Which has a very small connection count limit. #28 tracks connections and resets when needed. |
fixed with #28 |
I was trying to establish what the upper limits are for uploading files through
winrm-fs
and encountered an issue uploading a 50MB file.The text was updated successfully, but these errors were encountered: