vue에서 npm run server 하는데, 아래처럼 메시지가 나오고 멈춰있어서
[70%] sealing finish module graph ESLintWebpackPlugin_1 |
top 으로 보는데 node 가 32G의 메모리는 가상으로 잡고 있는걸 보고 기겁..
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 61734 root 20 0 31.8g 1.0g 41728 R 100.0 6.7 3:02.32 node |
아무튼 가상메모리 관련해서 문제가 있는거 아닌가 해서 우회법을 찾는데 영.. 되질 않네
[링크 : https://divlook.tistory.com/10]
[링크 : https://evan-moon.github.io/2019/08/08/fix-webpack-dev-memory-leak/]
NODE_OPTIONS=--max-old-space-size=4096 Note: If you have specified export NODE_OPTIONS=<value> in your package.json, it'll override what you set in the NODE_OPTIONS environment variable in the config.yml (either at the container, job, or step respective level) |
'Programming > vue.js' 카테고리의 다른 글
vue created mounted, method computed (0) | 2024.05.09 |
---|---|
vue webpack (0) | 2024.04.19 |
vue import "@" (0) | 2024.04.19 |
vue webpack ckeditor (0) | 2024.04.19 |
vue3 ckeditor5 document editor 추가하기 (0) | 2024.04.18 |