Skip to content

Commit

Permalink
Merge pull request #4627 from GSA/FuhuXia-patch-1
Browse files Browse the repository at this point in the history
Update scale threshold
  • Loading branch information
rshewitt authored Feb 21, 2024
2 parents 24d82e0 + 2eec1ef commit c15f1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/scale_calculate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ MAX_INSTANCES=9
MIN_INSTANCES=5
SCALE_STEP=2

CPU_BUSY_THRESHOLD=320
CPU_IDLE_THRESHOLD=250
CPU_BUSY_THRESHOLD=300
CPU_IDLE_THRESHOLD=230

app_status=$(cf app catalog-web)
scale_direction=""
Expand Down

0 comments on commit c15f1c6

Please sign in to comment.