You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I watched the process in real-time, the NPM process kept using an increasing amount of resident memory. It does the same thing on my laptop. There are some suggestions in this thread: npm/npm#9884
One is to tell node to limit npm's memory usage (I copied the params verbatim from that thread, so don't know if they're optimal):
This limited npm's memory usage to about 300M of resident memory (as opposed to about 1500M), but it slowed the install down by about 1 minute (from 1:40 to 2:40)
Attempting to deploy to a t2.micro instance fails because of out-of-memory errors during the
npm install
phase.EC2 instance type: t2.micro (1 GB RAM)
Setting up the master and the minion works, but 'fab staging deploy' fails:
It happens during the
npm install
, but salt is also taking up a lot of memory at the time:I'm not sure how best to approach this.
The text was updated successfully, but these errors were encountered: