Actions
Bug #22430
closedHealthcheck on file descriptor should be max 64000
Status:
Resolved
Priority:
N/A
Assignee:
Category:
-
Target version:
Pull Request:
Severity:
UX impact:
I dislike using that feature
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
Actually, the heuristic is node_count * 100
it is a bit overkill.
We should do if (node_count * 100) > 64000 then 64000
so the max is 64000
Actions