Skip to content

Commit d64cafd

Browse files
authored
Increased memory for batch_datasets (#1649)
1 parent a7836a5 commit d64cafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-python/batch_datasets/function_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Retrieve all feeds and publish them to Pub/Sub for processing the datasets",
44
"entry_point": "batch_datasets",
55
"timeout": 20,
6-
"memory": "256Mi",
6+
"memory": "1Gi",
77
"trigger_http": true,
88
"include_folders": ["helpers", "dataset_service"],
99
"include_api_folders": ["database_gen", "database", "common"],

0 commit comments

Comments
 (0)