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
c64f68b4
Commit
c64f68b4
authored
Jun 04, 2021
by
Katrin Leinweber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify which size limit applies to adding new files via UI
parent
ec87f32f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/user/admin_area/settings/account_and_limit_settings.md
doc/user/admin_area/settings/account_and_limit_settings.md
+6
-0
No files found.
doc/user/admin_area/settings/account_and_limit_settings.md
View file @
c64f68b4
...
...
@@ -33,6 +33,12 @@ You can change the maximum push size for your repository.
Navigate to
**Admin Area > Settings > General**
, then expand
**Account and Limit**
.
From here, you can increase or decrease by changing the value in
`Maximum push size (MB)`
.
NOTE:
When
[
adding files to a repository
](
../../project/repository/web_editor.md#create-a-file
)
via the web UI, the maximum
**attachment**
size is the limiting factor.
This is due to a
[
web server
](
../../../development/architecture.md#components
)
needing to receive the file before GitLab generates the commit.
## Max import size
You can change the maximum file size for imports in GitLab.
...
...
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