Skip to content

Commit 1c1d31a

Browse files
committed
procedure edits
1 parent f9239f8 commit 1c1d31a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/spring-apps/how-to-scale-manual.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,19 @@ After you finish, you'll know how to make quick manual changes to each applicati
3838

3939
1. Select **Apps** under **Settings** in the navigation pane.
4040

41-
1. Select the application you want to scale and then select **Scale up** in the navigation pane. The **Scale up** page provides options to scale the attributes of your application, as described in the following section.
41+
1. Select the application you want to scale and then select **Scale up** in the navigation pane. Specify the **vCPU** and **Memory** settings using their guidelines described in the following section.
42+
43+
1. Select **Scale out** in the navigation pane. Specify the **instance count** setting as described in the following section.
4244

4345
## Scale your application
4446

4547
If you modify the scaling attributes, keep the following notes in mind:
4648

47-
* **CPUs**: The maximum number of CPUs per application instance is four. The total number of CPUs for an application is the value set here multiplied by the number of application instances.
49+
* **vCPU**: The maximum number of CPUs per application instance is four. The total number of CPUs for an application is the value set here multiplied by the number of application instances.
4850

49-
* **Memory/GB**: The maximum amount of memory per application instance is 8 GB. The total amount of memory for an application is the value set here multiplied by the number of application instances.
51+
* **Memory**: The maximum amount of memory per application instance is 8 GB. The total amount of memory for an application is the value set here multiplied by the number of application instances.
5052

51-
* **App instance count**: In the Standard tier, you can scale out to a maximum of 20 instances. This value changes the number of separate running instances of the Spring application.
53+
* **instance count**: In the Standard tier, you can scale out to a maximum of 20 instances. This value changes the number of separate running instances of the Spring application.
5254

5355
Be sure to select **Save** to apply your scaling settings.
5456

0 commit comments

Comments
 (0)