Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
181b00e4
Commit
181b00e4
authored
Jul 06, 2021
by
Marius Bobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 3 suggestion(s) to 2 file(s)
parent
9abfb053
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
config/feature_flags/development/ci_jobs_trace_size_limit.yml
...ig/feature_flags/development/ci_jobs_trace_size_limit.yml
+2
-2
doc/administration/instance_limits.md
doc/administration/instance_limits.md
+2
-2
No files found.
config/feature_flags/development/ci_jobs_trace_size_limit.yml
View file @
181b00e4
---
name
:
ci_jobs_trace_size_limit
introduced_by_url
:
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
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65349
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/
335259
milestone
:
'
14.1'
type
:
development
group
:
group::pipeline execution
...
...
doc/administration/instance_limits.md
View file @
181b00e4
...
...
@@ -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.
To change the limit, run the following in the
[
GitLab Rails console
](
operations/rails_console.md#starting-a-rails-console-session
)
:
You can change the limit in the
[
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
Plan
.
default
.
actual_limits
.
update!
(
ci_jobs_trace_size_limit:
125
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment