Browse Source

ya build: increase memory to 256gb for runner

nkozlovskiy 1 year ago
parent
commit
373945556d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_and_test_ya_ondemand.yml

+ 1 - 1
.github/workflows/build_and_test_ya_ondemand.yml

@@ -52,7 +52,7 @@ jobs:
           disk-size: ${{ vars.DISK_SIZE && vars.DISK_SIZE || '1023GB' }}
           disk-size: ${{ vars.DISK_SIZE && vars.DISK_SIZE || '1023GB' }}
           disk-type: network-ssd-nonreplicated
           disk-type: network-ssd-nonreplicated
           cores: 32
           cores: 32
-          memory: 128GB
+          memory: 256GB
           core-fraction: 100
           core-fraction: 100
           zone-id: ru-central1-b
           zone-id: ru-central1-b
           subnet-id: ${{ secrets.YC_SUBNET }}
           subnet-id: ${{ secrets.YC_SUBNET }}