Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pm2 has been killed by signal, dumping process list before exit... CentOS8 node v18.8.0 #17

Open
rippleitinnz opened this issue Aug 30, 2022 · 0 comments

Comments

@rippleitinnz
Copy link

This error is replicated in the Hermes environment using CentOS 8. This has also been a reported error with previous Node versions

Fix that was applied and works (for my environment).

Stop PM2

Edit file: /etc/systemd/system/pm2-root.service

Add new line: Environment=PM2_PID_FILE_PATH=/run/pm2.pid

And replace: PIDFile=/root/.pm2/pm2.pid to: PIDFile=/run/pm2.pid

restart PM2

Source: https://stackoverflow.com/questions/62814539/pm2-keeps-getting-killed-every-90-seconds-on-centos-8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant