not enough memory for two jobs

This commit is contained in:
sebseb7
2020-10-07 02:09:30 +01:00
parent c58a274e9d
commit aa3720a1bd

View File

@@ -3,7 +3,7 @@ tar -xzf node-v12.18.4.tar.gz
rm node-v12.18.4.tar.gz rm node-v12.18.4.tar.gz
cd node-v12.18.4 cd node-v12.18.4
./configure ./configure
make -j2 make
sudo make install sudo make install
cd .. cd ..
sudo npm i -g pm2 sudo npm i -g pm2