Skip to content

Commit 5d12e5b

Browse files
Guang Yangfacebook-github-bot
authored andcommitted
Fix androd-perf workflow OOM (#6109)
Summary: ic4 and dl3 run OOM on 2xlarge runner. Pull Request resolved: #6109 Reviewed By: kirklandsign Differential Revision: D64192873 Pulled By: guangy10 fbshipit-source-id: 031a6e485bf6df88815b8afbd24faf2ff388e5f6
1 parent f31df69 commit 5d12e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
delegate: ${{ fromJson(needs.set-parameters.outputs.delegates) }}
136136
fail-fast: false
137137
with:
138-
runner: linux.2xlarge
138+
runner: linux.4xlarge
139139
docker-image: executorch-ubuntu-22.04-clang12-android
140140
submodules: 'true'
141141
timeout: 60

0 commit comments

Comments
 (0)