Skip to content

Commit 9a85677

Browse files
fix: default file size (#2873)
## Description Provide a concise summary of the changes made in this pull request - Default file size limit was increased to 200 MB. GH issue for reference appsmithorg/appsmith#14248 ## Pull request type Check the appropriate box: - [ ] Review Fixes - [ ] Documentation Overhaul - [ ] Feature/Story - Link one or more Engineering Tickets * - [ ] A-Force - [x] Error in documentation - [ ] Maintenance ## Documentation tickets Link to one or more documentation tickets: - ## Checklist From the below options, select the ones that are applicable: - [ ] Checked for Grammarly suggestions. - [ ] Adhered to the writing checklist. - [ ] Adhered to the media checklist. - [ ] Verified and updated cross-references or added redirect rules. - [ ] Tested the redirect rules on deploy preview. - [ ] Validated the modifications made to the content on the deploy preview. - [ ] Validated the CSS modifications on different screen sizes.
1 parent 8b5af31 commit 9a85677

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

website/docs/getting-started/setup/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Replace `<YOUR_GOOGLE_MAPS_API_KEY>` with a valid API key obtained from the [Goo
405405

406406
### File size limit
407407

408-
The default file size limit in Appsmith is 150 MB. This limit is customizable based on your requirements for larger file uploads in self-hosted instances.
408+
The default file size limit in Appsmith is 200 MB. This limit is customizable based on your requirements for larger file uploads in self-hosted instances.
409409

410410
##### `APPSMITH_CODEC_SIZE`
411411
<dd>
@@ -523,4 +523,4 @@ APPSMITH_DISABLE_INTERCOM=true
523523

524524
## See also
525525
* [Configure Appsmith instance using Environment Variables](/getting-started/setup/instance-configuration/configure-using-environment-variables) - Learn more about setting up and managing environment variables in Appsmith.
526-
* [Admin Settings](/getting-started/setup/instance-configuration/admin-settings) - Learn more about setting up and managing Appsmith instance using Admin Settings User Interface.
526+
* [Admin Settings](/getting-started/setup/instance-configuration/admin-settings) - Learn more about setting up and managing Appsmith instance using Admin Settings User Interface.

website/docs/getting-started/setup/instance-configuration/file-size-limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upload File Size Limit
22

3-
In self-hosted Appsmith instances, the default file size limit is 150 MB. You can adjust the limit to support larger files. This page explains how to update the file size limit and configure reverse proxies or load balancers, if used, to ensure the new limits are applied.
3+
In self-hosted Appsmith instances, the default file size limit is 200 MB. You can adjust the limit to support larger files. This page explains how to update the file size limit and configure reverse proxies or load balancers, if used, to ensure the new limits are applied.
44

55
## Change file size limit
66

website/docs/help-and-support/troubleshooting-guide/action-errors/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ messageContent="Payload too large. File size cannot exceed 100MB."></Message>
5050

5151
#### Cause
5252

53-
Appsmith imposes a default file size limit of 150 MB. This is a configurable limit if you're using a self-hosted Appsmith instance. The reason you may get this error is due to a file size limit set at 100 MB on your self-hosted instance.
53+
Appsmith imposes a default file size limit of 200 MB. This is a configurable limit if you're using a self-hosted Appsmith instance. The reason you may get this error is due to a file size limit set at 100 MB on your self-hosted instance.
5454

5555
#### Solution
5656

57-
Configure Appsmith instance to support larger files by changing the file size limit. For more information on configuring file size limits, see [Configure File Size Limit](/getting-started/setup/instance-configuration/file-size-limit).
57+
Configure Appsmith instance to support larger files by changing the file size limit. For more information on configuring file size limits, see [Configure File Size Limit](/getting-started/setup/instance-configuration/file-size-limit).

0 commit comments

Comments
 (0)