Memory leak in 0.0.26 with next-server
?
#327
Unanswered
axeleroy
asked this question in
Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just an FIY if people come across the same issue as I did: after upgrading to 0.0.26
next-server
would not finish any compilation while its memory footprint would keep growing at a rate of 4GB/min, quickly filling up the RAM.Downgrading to 0.0.25, the compilation completes while using a little over 6GB and upgrading to 0.0.27 yields the same result.
Looking through the releases I could not find what regression could have been introduced in 0.0.26 and resolved in 0.0.27 🤔 I tested multiple times on two machines and the results were consistent, only 0.0.26 would enter a compilation loop with ballooning memory usage.
Beta Was this translation helpful? Give feedback.
All reactions