Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increasing sidecar default CPU limits and memory. (#21537)
Related to airbytehq/airbyte-cloud#3814. These vars govern the heartbeat and socat Kube sidecars. Testing has shown that socat requires at least 1.5 CPU to support > 20 MB/s throughput. Bump to 2.0 CPU just in case. This is fine because CPU limits affect throttling, and not scheduling, so this change will not affect OSS users or baseline Kube deployment requirements. Also a modest increase in default resource request for the sidecars for better reliability.
- Loading branch information
6a04fb8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davinchia How could I change the
DEFAULT_SIDECAR_KUBE_CPU_REQUEST
? Is that any environment variable for setup? Do you know?6a04fb8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! You can configure this via this env var. Looks like docs aren't updated for this. I'll make sure they are when I come back.