Saket Singh
03/23/2022, 6:08 AMAugustin Lafanechere (Airbyte)
03/23/2022, 5:58 PMMAX_SYNC_WORKERS
and JOB_MAIN_CONTAINER_MEMORY_REQUEST
to increase the parallelism and memory provided to containers. I'd suggest you to eventually deploy Airbyte on Kubernetes if you want a more controlled distribution.
Check out our scaling documentation for more details:
https://docs.airbyte.com/operator-guides/scaling-airbyteSaket Singh
03/24/2022, 2:44 AM"resourceRequirements": {
"cpu_request": "string",
"cpu_limit": "string",
"memory_request": "string",
"memory_limit": "string"
}
However, I am unsure if these parameters are passed from the webapp. Additionally, how do these limits apply to source and destination connector? Do they correspond to both connectors?Augustin Lafanechere (Airbyte)
03/25/2022, 4:04 PM