vue-template-loader icon indicating copy to clipboard operation
vue-template-loader copied to clipboard

Takes alot of RAM when using on windows

Open snake-py opened this issue 2 years ago • 0 comments

I am using this inside a quite big project. And it seems currently that this plugin is the fault that npm run serve is failing. It seems that it does work when I give the processes more than 25gb of swap space, hence it works properly on linux. Could there be any reason why?

The bundling always fails during importing a template, then I get JS heaps out of memory. I already tried several solutions. Like --max-old-space-size=4096 with evene 12gb

I have the feeling that somewhere is a memory leak.

snake-py avatar Oct 11 '21 19:10 snake-py