-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
Move CLI script to .sh file #2893
Conversation
Code Climate has analyzed commit 828cd34 and detected 0 issues on this pull request. View more on Code Climate. |
Performance Report✔️ no performance regression detected Full benchmark results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dapplion in chat:
From running testnets for +1 month we consistently stay in the 3.5-4.5GB and only leave it when something really bad happens
In that case the node should die and not drag along
Motivation
Remove cli link in package.json. Running the node through yarn is very problematic because signals are not properly propagated potentially causing zombie processes.
Description
This script forces people to not use yarn to run this command, so signal handling is fine. It replaces the existing soft link so it can also extend the memory limit of node.