1 Answer
- Newest
- Most votes
- Most comments
0
Hi Elie,
The error you are seeing can happen when the build output contains extremely large (>500mb) unnecessary files. Some example unnecessary files that are likely in your build include debugging symbol files (.pdb), possibly deep in one of the folders. Please try removing any large unnecessary files from your build to see whether that fixes your problem.
answered a year ago
Relevant content
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago
Hi Shaun,
I have the same issue as Elie. I understand that you recommend removing extremely large files. Problem is, that when using the same step to Deploy a build to Windows Server 2016, the deployment will work, even though the build contains a 1,6GB .pdb file. So this issue can't be caused by extremely large files. This error seems to only happen for Linux errors. Could you please check this out?