You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the autoscaling code, both RAM and CPU scale simultaneously. However, when I set ram=True and cpu=False, only RAM scales, and vice versa.
#30
Open
sinchan77 opened this issue
Feb 1, 2025
· 0 comments
If ram=True and cpu=False, only RAM should scale.
If ram=False and cpu=True, only CPU should scale.
If both are enabled, they should scale independently based on their thresholds.
The text was updated successfully, but these errors were encountered:
Expected Behavior:
The text was updated successfully, but these errors were encountered: