i18n: Memory leak

Version

nuxt-i18n: 6.18.0 nuxt: 2.14.12

Nuxt configuration

mode:

  • universal
  • spa

Nuxt-i18n configuration

no configuration (aka whatever the defaults are)

Steps to reproduce

  1. yarn create nuxt-app <name>

  2. (settings used) image

  3. Added nuxt-i18n to buildModules in nuxt.config.js

  4. yarn dev

  5. Open whatever resource manager (task manager, system monitor, etc) and find the right node task

  6. navigate to localhost:3000 and refresh a bunch and watch the memory go up.

Note: I tried it w/o vuetify and it doesn’t happen, and it doesn’t happen with just vuetify, only when both are present.

EDIT: Use this repo to reproduce it.

What is Expected?

node shouldn’t run out of memory.

What is actually happening?

NodeJS crash

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 18

Most upvoted comments

¡¡VERSION 8.0.1 works fine!!