You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just setup a nuxt application and installed the nuxt/eslint module and noticed an increased usage of my RAM. It increase little by little until it starves the system out of resources.
Just running npm run dev:
After a while:
I noticed that adding spaLoadingTemplate: false to the nuxt.config.ts fixes the issue, but I guess this is a casual behavior.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Windows_NT
v22.13.1
3.15.4
3.22.2
2.10.4
[email protected]
-
compatibilityDate
,devtools
,modules
@nuxt/[email protected]
-
Package
@nuxt/eslint
Reproduction
https://github.com/Jorgee97/memory-leak-nuxt-eslint
Describe the bug
I just setup a nuxt application and installed the nuxt/eslint module and noticed an increased usage of my RAM. It increase little by little until it starves the system out of resources.
Just running

npm run dev
:After a while:

I noticed that adding
spaLoadingTemplate: false
to the nuxt.config.ts fixes the issue, but I guess this is a casual behavior.Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: