diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-10-11 11:31:13 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-10-11 12:27:13 +0300 |
commit | 373945556deb62b705de085fa701a0f0e44acd25 (patch) | |
tree | 604ce8b38c824ce68286b891646eea8b36c109d2 | |
parent | dbf3503a44bcf507df7e7483c936ba7a20cbbacb (diff) | |
download | ydb-373945556deb62b705de085fa701a0f0e44acd25.tar.gz |
ya build: increase memory to 256gb for runner
-rw-r--r-- | .github/workflows/build_and_test_ya_ondemand.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |