Closed wincent closed 8 years ago
There might be an underlying memory leak here to hunt down, but I just learned a few things:
gulp build
exit()
-9
/var/log/messages
So, restarted the masochist process; on fresh boot it occupies about 85 meg. Then deploy worked just fine.
There might be an underlying memory leak here to hunt down, but I just learned a few things:
gulp build
was dying with a 137 exit status.exit()
but was sent a-9
signal from another process./var/log/messages
shows it was, of course, the OOM killer.So, restarted the masochist process; on fresh boot it occupies about 85 meg. Then deploy worked just fine.