Skip to content

Commit

Permalink
changed load pods back to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
karina-ranadive committed Dec 30, 2024
1 parent 2a71b99 commit d22c8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/python/clusterloader2/slo/slo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from kubernetes_client import KubernetesClient

DEFAULT_PODS_PER_NODE = 40
LOAD_PODS_PER_NODE = 2
LOAD_PODS_PER_NODE = 20

DEFAULT_NODES_PER_NAMESPACE = 100
CPU_REQUEST_LIMIT_MILLI = 1
Expand Down

0 comments on commit d22c8d4

Please sign in to comment.