diff --git a/scripts/census_county_business_patterns/manifest.json b/scripts/census_county_business_patterns/manifest.json index aa79fd3792..833a653c65 100644 --- a/scripts/census_county_business_patterns/manifest.json +++ b/scripts/census_county_business_patterns/manifest.json @@ -20,7 +20,12 @@ "cleaned_csv": "gcs_output/output/*.csv" } ], - "cron_schedule": "0 9 5,25 * *" + "cron_schedule": "0 9 5,25 * *", + "resource_limits": { + "cpu": 32, + "memory": 128, + "disk": 512 + } } ] } \ No newline at end of file