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

Docs: Single item size exceeds maxSize #74819

Open
adneforslund opened this issue Jan 13, 2025 · 2 comments
Open

Docs: Single item size exceeds maxSize #74819

adneforslund opened this issue Jan 13, 2025 · 2 comments

Comments

@adneforslund
Copy link

What is the documentation issue?

After upgrading to Next.js 15, the terminal as started to print "Single item size exceeds maxSize", but no place in the documentation is this mentioned. So my question is: What item is bigger than the maxSize?

Is there any context that might help us understand?

What item size exceeds maxSize?

Does the docs page already exist? Please link to it.

No response

@adneforslund adneforslund added the Documentation Related to Next.js' official documentation. label Jan 13, 2025
@nghiepdev
Copy link
Contributor

You might be customizing the cache handler with cacheMaxMemorySize: 0

@pavelee
Copy link
Contributor

pavelee commented Jan 15, 2025

I notice it too.

according to docs (https://nextjs.org/docs/app/building-your-application/deploying#configuring-caching)

cacheMaxMemorySize: 0, // disable default in-memory caching

Probably it's some warning, but it seems not intentioned, couldn't find this kind of message inside codebase.

@samcx samcx removed the Documentation Related to Next.js' official documentation. label Jan 16, 2025
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

4 participants