Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data.
Problem to solve
Describe your question in as much detail as possible:
I am using Gitlab hosted runners and I want to increase the job log limit.
- What are you seeing, and how does that differ from what you expect to see?
Job’s log exceeded limit of 4194304 bytes.
Job execution will continue but no more output will be collected.
I want to increase the limit to 50 MB
Configuration
I thought this would increase the limit:
before_script:
- ‘export MAX_LOG_SIZE=52428800’ # Set log size limit to 50MB
Versions
Please select whether options apply, and add the version information.
- GitLab.com SaaS