-
Story
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
-
None
this will:
- avoid using more memory that the jobs require
- avoid using cpu saturation on nodes (as seen before)
- likely increase throughput and scheduling
caveats:
- memory: select limits good enough to avoid oom, probably not making request and limit the same to have leeway
- cpu: where not yet running with golang 1.25, also add GOMAXPROCS w same cpu value (default to 2?)