Skip to content

Add cpu limit to cloudsim container.

Marcos Huck requested to merge fix/cpu_limit into develop

Related tasks

Context

On the last dry-run, cloudsim hit 100% cpu usage, making the node where it was running fail.

Change

This MR introduces a CPU limit of 3725mCPU (95%) to the cloudsim deployment. The cloudsim worker node currently has a total amount of 3920mCPU that gets assigned to multiple pods .

Other information

Additional documentation

Edited by Marcos Huck

Merge request reports