-
Notifications
You must be signed in to change notification settings - Fork 35
[improvement] set NOFILE limits for containerd and systemd #812
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #812 +/- ##
=======================================
Coverage 63.18% 63.18%
=======================================
Files 71 71
Lines 7356 7356
=======================================
Hits 4648 4648
Misses 2435 2435
Partials 273 273 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
422f3ea to
e65d48d
Compare
e65d48d to
c07fe8c
Compare
c07fe8c to
119c910
Compare
119c910 to
234b7cf
Compare
234b7cf to
ed30c64
Compare
ed30c64 to
3887b95
Compare
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.
Pull Request Overview
This PR configures NOFILE (file descriptor) limits for systemd services to support high-performance containerized workloads. The changes set containerd's NOFILE limit to infinity and establish default NOFILE limits of 65535 (soft) and 1048576 (hard) for all systemd services.
- Sets infinite NOFILE limit for containerd service to handle high file descriptor usage
- Configures system-wide default NOFILE limits via systemd configuration
- Improves error handling and shell script best practices throughout the setup script
…init.sh Signed-off-by: Ross Kirkpatrick <[email protected]>
3887b95 to
46fae72
Compare
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs: