-1

On my MacOs I setup docker container with metaplex (more setup details are in this older separate question) development environment (webpack, react) - and when I change something in code, or not change nothing, randomly (usually after 1-2 min) following error appears:

@oyster/common: 5:05:37 PM - Found 0 errors. Watching for file changes.
web: Killed
web: error Command failed with exit code 137.
web: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR! yarn run start exited 137 in 'web'
lerna WARN complete Waiting for 1 child process to exit. CTRL-C to exit immediately.
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

This error kill docker container and page stops working - I'm unable to work. How to fix it?

Kamil Kiełczewski
  • 85,173
  • 29
  • 368
  • 345

1 Answers1

0

After some research I finally found reason - there is no enough RAM memory. After increasing RAM memory from 2GB to 3GB problem disappear (I also increase swap file from 1 to 2GB)

enter image description here

Kamil Kiełczewski
  • 85,173
  • 29
  • 368
  • 345