Commit 181b00e4 authored by Marius Bobin's avatar Marius Bobin

Apply 3 suggestion(s) to 2 file(s)

parent 9abfb053
--- ---
name: ci_jobs_trace_size_limit name: ci_jobs_trace_size_limit
introduced_by_url: introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65349
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/new?issue%5Btitle%5D=%5BFeature+flag%5D+Rollout+of+%60ci_jobs_trace_size_limit%60&issuable_template=Feature+Flag+Roll+Out rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/335259
milestone: '14.1' milestone: '14.1'
type: development type: development
group: group::pipeline execution group: group::pipeline execution
......
...@@ -496,8 +496,8 @@ Refer to this feature's version history for more details. ...@@ -496,8 +496,8 @@ Refer to this feature's version history for more details.
The job log file size limit is 100 megabytes by default. Any job that exceeds this value is dropped. The job log file size limit is 100 megabytes by default. Any job that exceeds this value is dropped.
To change the limit, run the following in the You can change the limit in the [GitLab Rails console](operations/rails_console.md#starting-a-rails-console-session).
[GitLab Rails console](operations/rails_console.md#starting-a-rails-console-session): Update `ci_jobs_trace_size_limit` with the new value in megabytes:
```ruby ```ruby
Plan.default.actual_limits.update!(ci_jobs_trace_size_limit: 125) Plan.default.actual_limits.update!(ci_jobs_trace_size_limit: 125)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment