Skip to content

Commit

Permalink
(chocolateyGH-126) Document WinRM envelope size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Jun 17, 2019
1 parent a2e9c4d commit 66bded0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ The AppVeyor scripts do the following:
- Update the version in the manifest file
- Publish the module to the powershell gallery
- Checkin updated manifest file to github

## Known Issues / Troubleshooting

### WS-Management - Exceeds the maximum envelope size allowed

The maximum envelope size for WinRM is not sufficient for installing large packages. To increase the envelope size use `winrm set winrm/config @{MaxEnvelopeSizekb=”153600″}` - this exampe will increase it to 150MB.

0 comments on commit 66bded0

Please sign in to comment.