=f.number_field:receive_max_input_size,class: 'form-control qa-receive-max-input-size-field',title: _('Maximum size limit for a single commit.'),data: {toggle: 'tooltip',container: 'body'}
curl --request POST --header"PRIVATE-TOKEN: <your_access_token>"--form"name=imported-group"--form"path=imported-group"--form"file=@/path/to/file""https://gitlab.example.com/api/v4/groups/import"
```
NOTE: **Note:**
The maximum import file size can be set by the Administrator, default is 50MB.
As an administrator, you can modify the maximum import file size. To do so, use the `max_import_size` option in the [Application settings API](settings.md#change-application-settings) or the [Admin UI](../user/admin_area/settings/account_and_limit_settings.md).
The maximum import file size can be set by the Administrator, default is 50MB.
As an administrator, you can modify the maximum import file size. To do so, use the `max_import_size` option in the [Application settings API](settings.md#change-application-settings) or the [Admin UI](../user/admin_area/settings/account_and_limit_settings.md).
@@ -75,6 +75,10 @@ For more details on the specific data persisted in a group export, see the
1. Alternatively, you can come back to the project settings and download the
file from there by clicking **Download export**, or generate a new file by clicking **Regenerate export**.
NOTE: **Note:**
The maximum import file size can be set by the Administrator, default is 50MB.
As an administrator, you can modify the maximum import file size. To do so, use the `max_import_size` option in the [Application settings API](../../../api/settings.md#change-application-settings) or the [Admin UI](../../admin_area/settings/account_and_limit_settings.md).
### Between CE and EE
You can export groups from the [Community Edition to the Enterprise Edition](https://about.gitlab.com/install/ce-or-ee/) and vice versa.
all imported projects are given the visibility of `Private`.
NOTE: **Note:**
The maximum import file size can be set by the Administrator, default is 50MB.
As an administrator, you can modify the maximum import file size. To do so, use the `max_import_size` option in the [Application settings API](../../../api/settings.md#change-application-settings) or the [Admin UI](../../admin_area/settings/account_and_limit_settings.md).
desc: 'Enabled sources for code import during project creation. OmniAuth must be configured for GitHub, Bitbucket, and GitLab.com'
optional:max_artifacts_size,type: Integer,desc: "Set the maximum file size for each job's artifacts"
optional:max_attachment_size,type: Integer,desc: 'Maximum attachment size in MB'
optional:max_import_size,type: Integer,desc: 'Maximum import size in MB'
optional:max_pages_size,type: Integer,desc: 'Maximum size of pages in MB'
optional:metrics_method_call_threshold,type: Integer,desc: 'A method call is only tracked when it takes longer to complete than the given amount of milliseconds.'
optional:password_authentication_enabled,type: Boolean,desc: 'Flag indicating if password authentication is enabled for the web interface'# support legacy names, can be removed in v5