IntersectMBO / IntersectMBO/ouroboros-consensus
Check available system resources against server requirements on start up
Open
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
The server requires per-connection resources, for which we have a statically known bound (#1397). If the server is then given a desired number of supported clients, we should be able to check on start up whether we can in fact support that number of clients by comparing the statically known per-connection bounds, multiplied by the number of clients, to the actual system resources available.
Contributor guide
Assessment
This issue has not been assessed yet.