1

I am running a job in gitlab to upload AEM package through curl command but on trying with a big package, I am getting error "log exceeded limit of 4194304 bytes". I cannot break the job into multiple jobs, please help.

Johna
  • 85
  • 1
  • 8

1 Answers1

0

The default value of gitlab-runner output log is 4096 Kilobytes.

Update the default value by overriding it here:

https://gitlab.com/gitlab-org/charts/gitlab-runner/-/blob/main/values.yaml#L390

outputLimit: 8192
Abhishek
  • 763
  • 7
  • 18