51 lines
2.4 KiB
Markdown
51 lines
2.4 KiB
Markdown
---
|
|
stage: Create
|
|
group: Source Code
|
|
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
|
|
type: reference
|
|
---
|
|
|
|
# Diff limits administration **(FREE SELF)**
|
|
|
|
You can set a maximum size for display of diff files (patches).
|
|
|
|
For details about diff files, [view changes between files](../project/merge_requests/changes.md).
|
|
Read more about the [built-in limits for merge requests and diffs](../../administration/instance_limits.md#merge-requests).
|
|
|
|
## Configure diff limits
|
|
|
|
WARNING:
|
|
These settings are experimental. An increased maximum increases resource
|
|
consumption of your instance. Keep this in mind when adjusting the maximum.
|
|
|
|
To speed the loading time of merge request views and branch comparison views
|
|
on your instance, you can configure three instance-level maximum values for diffs:
|
|
|
|
- **Maximum diff patch size**: The total size, in bytes, of the entire diff.
|
|
- **Maximum diff files**: The total number of files changed in a diff.
|
|
- **Maximum diff files**: The total number of files changed in a diff. The default value is 1000.
|
|
- **Maximum diff lines**: The total number of lines changed in a diff. The default value is 50,000.
|
|
|
|
When a diff reaches 10% of any of these values, the files are shown in a
|
|
collapsed view, with a link to expand the diff. Diffs that exceed any of the
|
|
set values are presented as **Too large** are cannot be expanded in the UI.
|
|
|
|
To configure these values:
|
|
|
|
1. On the top bar, select **Menu >** **{admin}** **Admin**.
|
|
1. In the left sidebar, select **Settings > General**.
|
|
1. Expand **Diff limits**.
|
|
1. Enter a value for **Maximum diff patch size**, measured in bytes.
|
|
1. Select **Save changes**.
|
|
|
|
<!-- ## Troubleshooting
|
|
|
|
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
|
|
one might have when setting this up, or when something is changed, or on upgrading, it's
|
|
important to describe those, too. Think of things that may go wrong and include them here.
|
|
This is important to minimize requests for support, and to avoid doc comments with
|
|
questions that you know someone might ask.
|
|
|
|
Each scenario can be a third-level heading, e.g. `### Getting error message X`.
|
|
If you have none to add when creating a doc, leave this section in place
|
|
but commented out to help encourage others to add to it in the future. -->
|