Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVPROD-11163 Update Parsley limitations documentation #8292

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

khelif96
Copy link
Contributor

@khelif96 khelif96 commented Sep 9, 2024

DEVPROD-11163

Description

Noticed the documentation on Pine was outdated for Parsley limits

@khelif96 khelif96 requested a review from a team September 9, 2024 21:26
Comment on lines 45 to 69
Evergreen does not have a limit for Parsley file sizes. However, you will encounter a limit based on the browser that you are using. As of April 4, 2022 the limits are:

In V8 (used by Chrome and Node), the maximum length is 229 - 24 (~1GiB). On 32-bit systems, the maximum length is 228 - 16 (~512MiB). In Firefox, the maximum length is 230 - 2 (~2GiB). Before Firefox 65, the maximum length was 228 - 1 (~512MiB). In Safari, the maximum length is 231 - 1 (~4GiB).
Parsley will not accept files larger than 2.5GB. If you need to upload a file
larger than 2.5GB, we recommend downloading the raw file and splitting the file
into smaller parts and uploading them separately.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the only real changes. The rest of the changes are just line wrapping changes done by my ide.

Copy link
Contributor

@minnakt minnakt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we capitalize Parsley in the PR title 👀

docs/Reference/Limits.md Outdated Show resolved Hide resolved
Co-authored-by: minnakt <47064971+minnakt@users.noreply.github.com>
@khelif96 khelif96 changed the title DEVPROD-11163 Update parsley limitations documentation DEVPROD-11163 Update Parsley limitations documentation Sep 10, 2024
@khelif96 khelif96 merged commit 930aa8b into evergreen-ci:main Sep 10, 2024
4 checks passed
@khelif96 khelif96 deleted the DEVPROD-11163 branch September 10, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants