Commit aee71e89 authored by Amy Qualls's avatar Amy Qualls

Apply 1 suggestion(s) to 1 file(s)

parent 828743de
...@@ -34,11 +34,11 @@ Navigate to **Admin Area > Settings > General**, then expand **Account and Limit ...@@ -34,11 +34,11 @@ 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)`. From here, you can increase or decrease by changing the value in `Maximum push size (MB)`.
NOTE: NOTE:
When [adding files to a repository](../../project/repository/web_editor.md#create-a-file) When you [add files to a repository](../../project/repository/web_editor.md#create-a-file)
via the web UI, the maximum **attachment** size is the limiting factor. through the web UI, the maximum **attachment** size is the limiting factor,
This is due to a [web server](../../../development/architecture.md#components) because the [web server](../../../development/architecture.md#components)
needing to receive the file before GitLab generates the commit. must receive the file before GitLab can generate the commit.
Prefer [Git LFS](../../../topics/git/lfs/index.md) for adding large files to a repository. Use [Git LFS](../../../topics/git/lfs/index.md) to add large files to a repository.
## Max import size ## Max import size
......
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