devfile / devworkspace-operator

Apache License 2.0
67 stars 55 forks source link

Increase CPU & memory limits for the devworkspace-controller-manager deployment #1299

Closed AObuchow closed 3 months ago

AObuchow commented 3 months ago

DWO users with high workloads (i.e. lots of DevWorkspaces) are experiencing latency as the controller pod hits peak CPU & memory utilization. Though they can manually modify the CSV to update the deployment's CPU & memory limits, these changes will get reverted each time they upgrade DWO to a new version.

Thus, increasing the CPU & memory limits for the devworkspace-controller-manager deployment would be better.

Downstream issue