Skip to content

Commit

Permalink
Merge pull request #2910 from Scalingo/feat/2904/max-archive-size-err…
Browse files Browse the repository at this point in the history
…or-info

feat: Add information about Archive too large deployment error
  • Loading branch information
sc-zenokerr authored Dec 13, 2024
2 parents 8a535cd + 143772a commit aa4f35c
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit aa4f35c

Please sign in to comment.