TwentyT
Twenty2y ago
13 replies
sanidhya

Error while running the app

This is the error message after few seconds when I do npx nx start, the application runs but thorows this after few seconds only.

node:events:492
throw er; // Unhandled 'error' event
^
Error: Worker terminated due to reaching memory limit: JS heap out of memory
at new NodeError (node:internal/errors:405:5)
at [kOnExit] (node:internal/worker:287:26)
at Worker.<computed>.onexit (node:internal/worker:209:20)
Emitted 'error' event on Worker instance at:
at [kOnExit] (node:internal/worker:287:12)
at Worker.<computed>.onexit (node:internal/worker:209:20) {
code: 'ERR_WORKER_OUT_OF_MEMORY'
}
Node.js v18.17.1


System info: Ubuntu, 16 gb ram.
Screenshot_from_2024-07-13_13-20-46.png
Was this page helpful?