Skip to content

Commit

Permalink
[CI] Increase resource class to prevent OOM (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok authored Aug 12, 2020
1 parent a6efd49 commit 06feab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ jobs:
torchscript_bc_test:
docker:
- image: "pytorch/torchaudio_unittest_base:manylinux"
resource_class: medium
resource_class: large
steps:
- checkout
- generate_cache_key
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ jobs:
torchscript_bc_test:
docker:
- image: "pytorch/torchaudio_unittest_base:manylinux"
resource_class: medium
resource_class: large
steps:
- checkout
- generate_cache_key
Expand Down

0 comments on commit 06feab5

Please sign in to comment.