Replies: 2 comments 3 replies
-
The container build currently runs on the same node as where the API processing happens. Yes, I have seen the same performance issue when multiple builds are done concurrently. I will add a max_concurrent_builds options, to limit the perf impact. Default would be 1. If single build causes performance issues, running on a bigger machine would be the solution. The longer term plan is to add a way to run on Kubernetes, the container build would not happen on the api worker in that case. |
Beta Was this translation helpful? Give feedback.
-
Pushed v0.14.6 with the change. Upgrade by running
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
LHello,
I’ve noticed that disk I/O usage during container builds can significantly degrade the performance of the host machine, sometimes to the point of affecting the availability of running applications. This issue is particularly pronounced when the underlying hardware does not use NVMe storage.
Is there currently support in OpenEun for configuring container builds to run on separate machines from the primary workloads?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions