Skip to content

Commit

Permalink
Additional fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Oct 2, 2024
1 parent 2bcc9b6 commit 0c483f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def profiler_compute_execution_params(
cluster_cpu = w_options["replicas"] * w_options["cpu"]
cluster_memory = w_options["replicas"] * w_options["memory"]
print(f"Cluster available CPUs {cluster_cpu}, Memory {cluster_memory}")
cluster_cpu *= 0.85
cluster_cpu -= 1
cluster_memory *= 0.85
# get actor requirements
a_options = actor_options
Expand Down

0 comments on commit 0c483f4

Please sign in to comment.