컴퓨터/miscellaneous

npm 2.6 버전 메모리 부족 종료

Hikasiru 2015. 3. 1. 15:19

최근 NPM Update(1.4.23 -> 2.6.1) 후 search를 하면 아래와 같이 indexing을 하다가 죽는다.


npm WARN Building the local index for the first time, please be patient


이유를 봤더니 메모리 부족으로 인한 종료.


참고로 메모리는 1GB.


가상 메모리(Swap)을 만들어 줘야 한다.

 - https://www.digitalocean.com/community/tutorials/how-to-configure-virtual-memory-swap-file-on-a-vps


끝.