Skip to content

Commit

Permalink
Increase resource to prevent OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Dec 10, 2020
1 parent 800e25a commit ab00886
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 @@ -622,7 +622,7 @@ jobs:
torchscript_bc_test:
docker:
- image: "pytorch/torchaudio_unittest_base:manylinux"
resource_class: large
resource_class: 2xlarge+
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 @@ -622,7 +622,7 @@ jobs:
torchscript_bc_test:
docker:
- image: "pytorch/torchaudio_unittest_base:manylinux"
resource_class: large
resource_class: 2xlarge+
steps:
- checkout
- generate_cache_key
Expand Down

0 comments on commit ab00886

Please sign in to comment.