From 443377a82c25911f750050fa86db0c48029d2fdc Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Thu, 6 Aug 2026 10:50:34 +0000 Subject: [PATCH] Increase memory limit for CDC_OzoneCounty to 256GB The memory was increased to prevent Out-of-Memory (OOM) failures in production during the difference checking stage on the large 45.3 GB MCF dataset. --- scripts/us_cdc/environmental_health_toxicology/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/us_cdc/environmental_health_toxicology/manifest.json b/scripts/us_cdc/environmental_health_toxicology/manifest.json index db6068ca41..c95ccfcac4 100644 --- a/scripts/us_cdc/environmental_health_toxicology/manifest.json +++ b/scripts/us_cdc/environmental_health_toxicology/manifest.json @@ -127,7 +127,7 @@ ], "resource_limits": { "cpu": 8, - "memory": 128, + "memory": 256, "disk": 100 }, "cron_schedule": "0 1 5 * *"