Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: Bump up node/SSD size for clearrange roachtests
For the clearrange/* roachtests, the instances we spun up on aws (c5d.xlarge) had 4x less local ssd storage space as the ones we spun up on gce. This extra headroom made a pretty significant difference, as the bigbank workload import would easily exceed the ~900gb usable capacity on a 10x c5d.xlarge node cluster (it was observed to take around 1.9TB on GCE). This change bumps up the instance size indirectly, by requiring more CPUs which is how the instance type is determined. A related, though less pressing change, is to allow for increased concurrency in AddSSTable requests to make the import go faster. Release justification: Roachtest change, doesn't affect cockroach binary Release note: None.
- Loading branch information