Static GitHub Issues

[875] Memory leaks

prev: CSS of component with vue-loader is not being extracted and included
next: Async in module.exports : "Cannot assign to read only property 'exports' of object '#<Object>'"

The amount of memory consumed by the nuxt start process never goes down. The RAM moves upward indefinitely as long as the server receives the requests.

On startup :

  • 116.9 MiB

After 100 requests :

  • 233.0 Mib

Configuration used :

  • uname -a : Linux ab7b196a8fc4 4.9.27-moby #1 SMP Thu May 11 04:01:18 UTC 2017 x86_64 GNU/Linux
  • node -v : v7.7.1
  • nuxt version : nuxt@1.0.0-alpha.3
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c744">#c744</a>)</em></sub></div>