From 373945556deb62b705de085fa701a0f0e44acd25 Mon Sep 17 00:00:00 2001 From: nkozlovskiy <nmk@ydb.tech> Date: Wed, 11 Oct 2023 11:31:13 +0300 Subject: ya build: increase memory to 256gb for runner --- .github/workflows/build_and_test_ya_ondemand.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build_and_test_ya_ondemand.yml b/.github/workflows/build_and_test_ya_ondemand.yml index 592ae5d777..e6497d4216 100644 --- a/.github/workflows/build_and_test_ya_ondemand.yml +++ b/.github/workflows/build_and_test_ya_ondemand.yml @@ -52,7 +52,7 @@ jobs: disk-size: ${{ vars.DISK_SIZE && vars.DISK_SIZE || '1023GB' }} disk-type: network-ssd-nonreplicated cores: 32 - memory: 128GB + memory: 256GB core-fraction: 100 zone-id: ru-central1-b subnet-id: ${{ secrets.YC_SUBNET }} -- cgit v1.2.3