Skip to content

Commit a20e283

Browse files
authored
Apply suggestions from code review
1 parent afb0a2d commit a20e283

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/spring-apps/basic-standard/how-to-fix-app-restart-issues-caused-by-out-of-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The **Resource health** page on the Azure portal shows app restart events due to
4141

4242
### Configure memory size
4343

44-
The app memory usage metrics `jvm.memory.used` and `jvm.memory.committed` provide a view of memory usage. For more information, see the [Metrics](tools-to-troubleshoot-memory-issues.md#metrics) section of [Tools to troubleshoot memory issues](tools-to-troubleshoot-memory-issues.md). Configure the maximum memory sizes in JVM options to ensure that memory is under the limit.
44+
The metrics `App memory usage`, `jvm.memory.used`, and `jvm.memory.committed` provide a view of memory usage. For more information, see the [Metrics](tools-to-troubleshoot-memory-issues.md#metrics) section of [Tools to troubleshoot memory issues](tools-to-troubleshoot-memory-issues.md). Configure the maximum memory sizes in JVM options to ensure that memory is under the limit.
4545

4646
The sum of the maximum memory sizes of all the parts in the [Java memory model](concepts-for-java-memory-management.md#java-memory-model) should be less than the real available app memory. To set your maximum memory sizes, see the typical memory layout described in the [Memory usage layout](concepts-for-java-memory-management.md#memory-usage-layout) section of [Java memory management](concepts-for-java-memory-management.md).
4747

articles/spring-apps/basic-standard/quickstart-deploy-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Use the following steps to download the sample app. If you've been using the Azu
5454

5555
Use the following steps to deploy the PlanetWeatherProvider project.
5656

57-
1. Create an app for the PlanetWeatherProvider project in your Azure Spring Apps instance.
57+
1. Create an app for the `PlanetWeatherProvider` project in your Azure Spring Apps instance.
5858

5959
```azurecli
6060
az spring app create --name planet-weather-provider --runtime-version NetCore_31
@@ -119,11 +119,11 @@ Use the following steps to deploy the SolarSystemWeather project.
119119
az spring app create --name solar-system-weather --runtime-version NetCore_31
120120
```
121121

122-
`solar-system-weather` is the name that is specified in the SolarSystemWeather project's **appsettings.json** file.
122+
`solar-system-weather` is the name that is specified in the `SolarSystemWeather` project's **appsettings.json** file.
123123

124124
This command may take several minutes to run.
125125

126-
1. Change directory to the SolarSystemWeather project.
126+
1. Change directory to the `SolarSystemWeather` project.
127127

128128
```console
129129
cd ../solar-system-weather

0 commit comments

Comments
 (0)