Skip to content

Commit 5908610

Browse files
minor fixes
1 parent a1b53d7 commit 5908610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/troubleshoot-exit-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ The exit code indicates the reason the application terminated. The following lis
4747
For example, you configured 10 GB for the *Xmx* JVM parameter, but the application is using up to 5 GB of memory. Decrease the *Xmx* value or increase the application memory to make sure that the value of the *Xmx* parameter is lower or equal to the memory limit of the application.
4848

4949
- **143** - The application exited because it failed to respond to a health check due to an out of memory error or some other error.
50-
50+
5151
This error code is most often generated by an out of memory error. For more information, see [How to fix app restart issues caused by out of memory](./how-to-fix-app-restart-issues-caused-by-out-of-memory.md).
52-
52+
5353
For more information, see the [application log](https://aka.ms/azure-spring-cloud-doc-log).
5454

5555
## Next steps

0 commit comments

Comments
 (0)