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

Memory leak on v12 #50690

Closed
1 task done
FlorisdeG opened this issue Jun 2, 2023 · 2 comments
Closed
1 task done

Memory leak on v12 #50690

FlorisdeG opened this issue Jun 2, 2023 · 2 comments
Labels
bug Issue was opened via the bug report template. locked

Comments

@FlorisdeG
Copy link

Verify canary release

  • I verified that the issue exists in the latest Next.js canary release

Provide environment information

Operating System:
      Platform: darwin
      Arch: x64
      Version: Darwin Kernel Version 22.4.0: Mon Mar  6 20:59:58 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6020
    Binaries:
      Node: 16.18.1
      npm: 8.19.2
      Yarn: 1.22.19
      pnpm: N/A
    Relevant packages:
      next: 12.3.0
      eslint-config-next: N/A
      react: 18.2.0
      react-dom: 18.2.0

Which area(s) of Next.js are affected? (leave empty if unsure)

No response

Link to the code that reproduces this issue or a replay of the bug

Not relevant

To Reproduce

Unable to reproduce with a clean build. The problem probably exists mostly with larger projects & extra packages. We don't have a lot of images on the website and disabled image optimisation, so next/image is not the problem in this case.

Describe the Bug

We are experiencing excessive memory usage that grows indefinitely, we see this problem from multiple sources. The only reason it goes down again is because we temporarily restart the server automatically when it hits a certain threshold.

image-2023-05-30-09-12-29-092

Expected Behavior

The memory usage should be a steady line.

Which browser are you using? (if relevant)

No response

How are you deploying your application? (if relevant)

next start

@FlorisdeG FlorisdeG added the bug Issue was opened via the bug report template. label Jun 2, 2023
@ijjk
Copy link
Member

ijjk commented Jun 14, 2023

Hi, please update to the latest version of Next.js v13 as v12 is missing a lot of updates! If you are still seeing issues with this in latest version we would be happy to investigate further!

@ijjk ijjk closed this as completed Jun 14, 2023
@github-actions
Copy link
Contributor

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue was opened via the bug report template. locked
Projects
None yet
Development

No branches or pull requests

2 participants