Vishnuram Nadarajan
09/26/2024, 9:53 AMuser
09/26/2024, 9:53 AMyaml resources: requests: cpu: 100m memory: 256Mi limits: cpu: '200m' memory: 1Gi
Please check your current resource allocation and consider increasing it if necessary. If you're running Airbyte on a cloud instance, you might need to choose a larger instance type. If you're running it on your local machine, you might need to free up some resources or upgrade your hardware. If you continue to face issues, please provide more details about your environment (OS, Airbyte version, deployment method, etc.) and any relevant logs for further assistance.Vishnuram Nadarajan
10/10/2024, 6:54 AMuser
10/10/2024, 6:55 AMyaml global: env_vars: HTTP_IDLE_TIMEOUT: 1800s webapp: ingress: annotations: <http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: internal <http://nginx.ingress.kubernetes.io/proxy-body-size|nginx.ingress.kubernetes.io/proxy-body-size>: 16m <http://nginx.ingress.kubernetes.io/proxy-send-timeout|nginx.ingress.kubernetes.io/proxy-send-timeout>: 1800 <http://nginx.ingress.kubernetes.io/proxy-read-timeout|nginx.ingress.kubernetes.io/proxy-read-timeout>: 1800
In this example, the HTTP_IDLE_TIMEOUT
, proxy-send-timeout
, and proxy-read-timeout
are set to 1800 seconds (30 minutes), and the proxy-body-size
is set to 16 megabytes. You can adjust these values according to your needs. If you're using Docker, you can modify the .env
file to change the environment variables. The location of this file depends on how you've set up Airbyte. In some cases, it might be downloaded by a script like run-ab-platform.sh
in the root of the airbyte
repository. Remember to restart the services for the changes to take effect. Please note that increasing resources might consume more system resources, so ensure your system has enough capacity. For more details, you can refer to the following discussions and issues: - [Discussion on Github](https://github.com/airbytehq/airbyte/discussions/40738) - [Issue on Github](https://github.com/airbytehq/airbyte/issues/45423) - [Forum Post on Airbyte](https://discuss.airbyte.io/t/3333) - [Forum Post on Airbyte](https://discuss.airbyte.io/t/678) - [Forum Post on Airbyte](https://discuss.airbyte.io/t/1513) - [Forum Post on Airbyte](https://discuss.airbyte.io/t/782) - [Forum Post on Airbyte](https://discuss.airbyte.io/t/2603) - [Issue on Github](https://github.com/airbytehq/airbyte/issues/42921) - [Issue on Github](https://github.com/airbytehq/airbyte/issues/45197) - [Airbyte Documentation](https://docs.airbyte.com/operating-airbyte/security#network-security)