You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently running Airbyte on a GCP Cluster installed with Helm, using Chart Version 0.49.4.
I have established a connection between CockroachDB and GCP's BigQuery, but the synchronization process is failing due to an OutOfMemory error. I attempted to resolve this issue by updating the values file to allocate more memory for the Jobs, and ensured that these changes were reflected in the airbyte-env Configmap. However, despite these adjustments, When starting a sync, a source-check pod is created with the updated resources, but the source-read pod is created with default resources.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently running Airbyte on a GCP Cluster installed with Helm, using Chart Version 0.49.4.
I have established a connection between CockroachDB and GCP's BigQuery, but the synchronization process is failing due to an OutOfMemory error. I attempted to resolve this issue by updating the values file to allocate more memory for the Jobs, and ensured that these changes were reflected in the
airbyte-env
Configmap. However, despite these adjustments, When starting a sync, a source-check pod is created with the updated resources, but the source-read pod is created with default resources.Beta Was this translation helpful? Give feedback.
All reactions