ERROR: Uploading artifacts as "archive" to coordinator

Uploading artifacts usually fails while the artifact size is too big. Some exprintments are as following.

  • windows docker runner: Usually FAIL
  • windows powershell runner: OK
ERROR: Uploading artifacts as "archive" to coordinator... error  error=couldn't execute POST against https://cicd.corpnet.com/gitlab/api/v4/jobs/214423/artifacts?artifact_format=zip&artifact_type=archive: Post "https://cicd.corpnet.com/gitlab/api/v4/jobs/214423/artifacts?artifact_format=zip&artifact_type=archive": write tcp 192.168.1.1:49199->172.22.137.31:443: wsasend: An existing connection was forcibly closed by the remote host. id=214423 token=64_qkLGT

The issue seems to have been fixed by changing the MTU to 1500. By the way, the MTU value before changing it was 1350 in the windowsservercore-ltsc2019 docker image.