-
Notifications
You must be signed in to change notification settings - Fork 663
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
feat: script for setting kernel tunables and check when running neard #12577
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12577 +/- ##
==========================================
+ Coverage 70.02% 70.20% +0.17%
==========================================
Files 840 840
Lines 169854 170141 +287
Branches 169854 170141 +287
==========================================
+ Hits 118947 119445 +498
+ Misses 45871 45630 -241
- Partials 5036 5066 +30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Razvan Barbascu <razvan@nearone.org>
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.
Cool stuff!
Co-authored-by: Akhilesh Singhania <akhi3030@gmail.com>
Standalone script for setting the recommended networking settings on Linux and addition of a check when starting neard. If the settings are not right, errors will be printed without halting the process.