-
Notifications
You must be signed in to change notification settings - Fork 115
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
Devops #4475
Devops #4475
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
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.
Didn't encounter any issues, works as expected
--out-peers 128 | ||
--in-peers 64 \ | ||
--out-peers 64 \ | ||
--max-runtime-instances 64 |
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.
Since we have 1 GB heap allocation set for WASM, isn't setting this to such a high value putting the node at risk of memory overflow?
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.
Yes perhaps this value is a bit large. I suppose it should be manually updated on each rpc node depending on its physical RAM. The default is 8 instances. Maybe 16 or 20 would be better values for a machine with 32GB memory for example?
Final tweaks for network deployment