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

server.memory not a valid option for NextJs Site #1132

Open
raylin01 opened this issue Sep 24, 2024 · 0 comments
Open

server.memory not a valid option for NextJs Site #1132

raylin01 opened this issue Sep 24, 2024 · 0 comments
Assignees

Comments

@raylin01
Copy link

I tried to add server:{memory:"1769 MB"} and I get the error "Object literal may only specify known properties, and 'server' does not exist in type 'NextjsArgs'.ts(2353)". I looked in the source and under NextjsArgs, I don't see server or anything relating to memory (I do see it for the image optimizer, but not for the main default function).

It shows on the sst docs (https://sst.dev/docs/component/aws/nextjs#server-memory) that it is an option. I am not sure if I am doing something wrong, or if it is not implemented yet. Thanks

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

No branches or pull requests

2 participants