Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
88346: roachtest: use n1-standard for 16-core GCE machines r=srosenberg a=erikgrinaker Roachtest used `n1-highcpu` machines at 16 cores and beyond. However, this causes a memory cliff, because a `n1-standard-8` machine has ~30 GB memory (3.75 GB per core), but a `n1-highcpu-16` machine only has 14 GB memory (0.9 GB per core). This patch makes 16-core machines use `n1-standard` as well, with 60 GB memory, and only switches to `n1-highcpu` at 32 cores (with 29 GB memory). Touches cockroachdb#87809. Release note: None Co-authored-by: Erik Grinaker <[email protected]>
- Loading branch information