Skip to content

Commit

Permalink
increase memory for e2e tests
Browse files Browse the repository at this point in the history
Summary:
It is not the first time panoptic instant test fails with memory error:

https://our.intern.facebook.com/intern/fblearner/details/166744913/operator/1735305631/

increasing the memory requirement might fix it.

Reviewed By: rbgirshick

Differential Revision: D19782277

fbshipit-source-id: 9beca005f807c12c5b35cf3e1a3174701e592b10
  • Loading branch information
ppwwyyxx authored and facebook-github-bot committed Feb 7, 2020
1 parent 3a6743e commit 1a7daee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ SOLVER:
MAX_ITER: 40
IMS_PER_BATCH: 4
DATALOADER:
NUM_WORKERS: 2
NUM_WORKERS: 1

0 comments on commit 1a7daee

Please sign in to comment.