Skip to content

Commit

Permalink
fix: memory
Browse files Browse the repository at this point in the history
ERROR 2023-11-02T01:38:34.735460Z [resource.labels.functionName: ga4-flattener-deployment-cfintraday] [labels.executionId: otdyv5np4him] Memory limit of 128 MiB exceeded with 128 MiB used. Consider increasing the memory limit, see https://cloud.google.com/functions/docs/configuring/memory
  • Loading branch information
RuslanBergenov committed Nov 2, 2023
1 parent e1a20fc commit 5c86790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ga_flattener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resources:
location: us-east1
timeout: 60s
runtime: python311
availableMemoryMb: 128
availableMemoryMb: 512
entryPoint: build_ga_flattener_config

- name: function_intraday
Expand All @@ -75,7 +75,7 @@ resources:
location: us-east1
timeout: 60s
runtime: python311
availableMemoryMb: 128
availableMemoryMb: 512
entryPoint: manage_intraday_schedule

- name: function_intraday_sql_view
Expand All @@ -88,7 +88,7 @@ resources:
location: us-east1
timeout: 60s
runtime: python311
availableMemoryMb: 128
availableMemoryMb: 512
entryPoint: manage_intraday_sql_view

- name: httpfunction-call
Expand Down

0 comments on commit 5c86790

Please sign in to comment.