docs: Update Flash deployment size limit from 500MB to 1.5GB#578
docs: Update Flash deployment size limit from 500MB to 1.5GB#578muhsinking merged 3 commits intomainfrom
Conversation
| ## Managing deployment size | ||
|
|
||
| Runpod Serverless has a **500MB deployment limit**. Flash automatically excludes packages that are pre-installed in the base image: | ||
| Runpod Serverless has a **1.5GB deployment limit**. Flash automatically excludes packages that are pre-installed in the base image: |
There was a problem hiding this comment.
Citation: Updated size limit based on change in constants.py where MAX_TARBALL_SIZE_MB was increased from 500 to 1500. The PR description notes this supports ML workloads with larger dependencies.
View source
| ## Managing deployment size | ||
|
|
||
| Runpod Serverless has a **500MB limit**. Flash automatically excludes packages that are pre-installed in the base image (`torch`, `torchvision`, `torchaudio`, `numpy`, `triton`). | ||
| Runpod Serverless has a **1.5GB limit**. Flash automatically excludes packages that are pre-installed in the base image (`torch`, `torchvision`, `torchaudio`, `numpy`, `triton`). |
There was a problem hiding this comment.
Citation: Size limit increase reflects the MAX_TARBALL_SIZE_MB = 1500 constant change in the Flash codebase.
View source
| ## Managing deployment size | ||
|
|
||
| Runpod Serverless has a **500MB deployment limit**. Flash automatically excludes packages that are pre-installed in the base image: | ||
| Runpod Serverless has a **1.5GB deployment limit**. Flash automatically excludes packages that are pre-installed in the base image: |
There was a problem hiding this comment.
Citation: Deployment limit update from PR #258. The internal Flash docs (flash-build.md, flash-deploy.md) were also updated to 1.5GB in the same PR.
View source
| **Error:** | ||
| ``` | ||
| Tarball exceeds maximum size. File size: 512.5MB, Max: 500MB | ||
| Tarball exceeds maximum size. File size: 1.6GB, Max: 1.5GB |
There was a problem hiding this comment.
Citation: Updated error message example to reflect new 1.5GB max. The PR updated tests from 600MB to 1600MB to exceed the new limit.
View source
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.) |
Open this suggestion in Promptless to view citations and reasoning process
Updates all Flash documentation to reflect the increased maximum tarball size for deployments. The limit has been tripled from 500MB to 1.5GB to better accommodate ML workloads that require larger dependencies.
Trigger Events
runpod/flash PR #258: Feat: AE-2353: bump max flash tarball size
Promptless Research (8 files, 1 GitHub PR)
.long_term_context/product_knowledge/product_overview.md.long_term_context/doc_workflow/client_instructions.mdflash/troubleshooting.mdxflash/cli/deploy.mdxflash/cli/build.mdxflash/apps/overview.mdxflash/apps/deploy-apps.mdxflash/apps/apps-and-environments.mdxAgent Response
Tip: Whenever you leave a comment tagged
@Promptlesson a Promptless PR, Promptless will remember it for future suggestions 🧠