-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2910 from Scalingo/feat/2904/max-archive-size-err…
…or-info feat: Add information about Archive too large deployment error
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,6 +168,27 @@ If you absolutely need all these data, please contact us at | |
instantness aspect is lost. | ||
{% endnote %} | ||
|
||
### Archive Too Large | ||
|
||
When deploying an application, the Scalingo build system downloads the source code as an archive. | ||
The maximum archive size is limited to **300 MB**. | ||
|
||
If your archive exceeds this limit you will get the following error: | ||
``` | ||
Fail to fetch source code: fail to handle tgz: The archive is too heavy (more than 314572800 bytes) | ||
``` | ||
|
||
{% note %} | ||
The limit applies to the **uncompressed** archive. | ||
|
||
For example: given a **200 MB .tar.gz** archive, when the underlying **.tar** archive is larger than **300 MB**, | ||
then you will encounter this limit. | ||
|
||
{% endnote %} | ||
|
||
If you need to deploy a larger archive, please contact us at | ||
[[email protected]](mailto:[email protected]). | ||
|
||
## Start Errors | ||
|
||
|
||
|