From 1a7daee064eeca2d7fddce4ba74b74183ba1d4a0 Mon Sep 17 00:00:00 2001 From: Yuxin Wu Date: Thu, 6 Feb 2020 17:20:27 -0800 Subject: [PATCH] increase memory for e2e tests 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 --- configs/quick_schedules/panoptic_fpn_R_50_instant_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/quick_schedules/panoptic_fpn_R_50_instant_test.yaml b/configs/quick_schedules/panoptic_fpn_R_50_instant_test.yaml index 26f3b140c6..7cdee7bfcf 100644 --- a/configs/quick_schedules/panoptic_fpn_R_50_instant_test.yaml +++ b/configs/quick_schedules/panoptic_fpn_R_50_instant_test.yaml @@ -16,4 +16,4 @@ SOLVER: MAX_ITER: 40 IMS_PER_BATCH: 4 DATALOADER: - NUM_WORKERS: 2 + NUM_WORKERS: 1