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

Deployment Fails on Vercel Hobby Plan Due to Increased Memory Limit #4132

Open
Eric-2369 opened this issue Feb 5, 2025 · 1 comment
Open
Labels
bug Something isn't working.

Comments

@Eric-2369
Copy link

Describe the bug

Hi, the latest update of this project introduced a change:

"memory": 1200,

However, for Vercel users on the Hobby plan, the maximum allowed runtime memory is 1024. This change will cause deployment errors for users on the Hobby Vercel plan.

ref: https://vercel.com/docs/functions/limitations#memory-size-limits

Expected behavior

No response

Screenshots / Live demo link

No response

Additional context

No response

@Eric-2369 Eric-2369 added the bug Something isn't working. label Feb 5, 2025
@Eric-2369
Copy link
Author

It seems like after enabling Vercel's Fluid Compute, Vercel will ignore the memory setting.

Ref: Vercel Documentation - Configuring Functions Memory

"If you are on the Hobby plan, and have enabled fluid compute, the memory size will be managed by Vercel with a minimum of 0.6 vCPU."

However, the project has not provided any update or documentation indicating that users need to enable Fluid Compute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant