Skip to content

Commit 7e3dffc

Browse files
committed
Fix invalid memory field
1 parent f659575 commit 7e3dffc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

functions-python/feed_sync_dispatcher_transitland/function_config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "Feed Sync Dispatcher for Transitland",
44
"entry_point": "feed_sync_dispatcher_transitland",
55
"timeout": 3600,
6-
"memory": "1Gi",
76
"trigger_http": true,
87
"include_folders": ["helpers"],
98
"include_api_folders": ["database_gen", "database", "common"],
@@ -17,5 +16,5 @@
1716
"max_instance_count": 1,
1817
"min_instance_count": 0,
1918
"available_cpu": 1,
20-
"available_memory": "512Mi"
19+
"available_memory": "1Gi"
2120
}

0 commit comments

Comments
 (0)