mirror of https://github.com/etcd-io/bbolt.git
Reduce arm64 runner memory allocation to 8GB.
Based on memory consumption statistics for historic runs. Signed-off-by: James Blair <mail@jamesblair.net>pull/652/head
parent
4b761832c4
commit
7cab486ea2
|
@ -5,9 +5,9 @@ jobs:
|
||||||
test-linux-arm64:
|
test-linux-arm64:
|
||||||
uses: ./.github/workflows/tests-template.yml
|
uses: ./.github/workflows/tests-template.yml
|
||||||
with:
|
with:
|
||||||
runs-on: actuated-arm64-4cpu-16gb
|
runs-on: actuated-arm64-4cpu-8gb
|
||||||
test-linux-arm64-race:
|
test-linux-arm64-race:
|
||||||
uses: ./.github/workflows/tests-template.yml
|
uses: ./.github/workflows/tests-template.yml
|
||||||
with:
|
with:
|
||||||
runs-on: actuated-arm64-8cpu-16gb
|
runs-on: actuated-arm64-8cpu-8gb
|
||||||
targets: "['linux-unit-test-4-cpu-race']"
|
targets: "['linux-unit-test-4-cpu-race']"
|
||||||
|
|
Loading…
Reference in New Issue