Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce cpu and memory minimums (hail-is#4966)
We want to pack four notebooks per 8-core machine with extra space for k8s jobs and daemon sets that in practice do not utilize their required CPU. To prevent a fifth notebook we should set CPU requirement to x such that: 8 - 4x < x ergo: x > 8/5 = 1.6, x = 1.6 + 0.001
- Loading branch information