0

I am running a Node program that does a long running data migration job. After an hour is process, Node process terminates by Abrt daemon and creates core dump.

Looking into the reason I see this:

node process was killed by signal 6 (SIGABRT)

Any ideas why Node process is killed and how to deal with it?

rohit12sh
  • 827
  • 2
  • 11
  • 24

1 Answers1

0

It turned out to be MemoryLeak issue in Strong-Oracle module I am using. I have increased Nodejs process memory to run with 4G memory. Working fine now.

rohit12sh
  • 827
  • 2
  • 11
  • 24