Skip to content

Commit

Permalink
Reword autoscaling/optimization content. (github#491)
Browse files Browse the repository at this point in the history
* Reword autoscaling/optimzation content.

* Add comma

Co-authored-by: Jacob <prall.jacob@gmail.com>
  • Loading branch information
Loquacity and jacobprall authored Oct 1, 2021
1 parent c9ecb98 commit a6d652d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cloud/scaling-a-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ Disk size autoscaling is enabled by default on most services. When you consume
the next size available, up to a configurable limit.

Autoscaling can change the disk size once every six hours. When the increase is
requested, the used space is optimized before the new limit is applied. As your
disk size increases, this optimization process can take longer, and the six
hours does not start running until the new size is applied, after the
optimization is complete.
requested, the new limit is applied, and then the used space is optimized. The
optimization process does not require downtime, and in most cases it happens
very quickly. However, if you have a lot of existing data, optimization can take
longer, and in some cases this could create a delay longer than six hours.


Autoscaling can only increase disk size, not decrease it. You can have a disk up
to 10&nbsp;TB in size.
Expand Down

0 comments on commit a6d652d

Please sign in to comment.