Skip to content

Commit af6d348

Browse files
minor fix
1 parent a40f0ba commit af6d348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The exit code indicates the reason the application terminated. The following lis
4242

4343
- **137** - The application exited because of an out of memory error. The application requested resources that the hosting platform failed to provide. Update your application's Java Virtual Machine (JVM) parameters to restrict resource usage, or scale up application resources.
4444

45-
If the application is a Java application, check the JVM parameters. They may exceed the memory limitation of your application.
45+
If the application is a Java application, check the JVM parameters. They may exceed the memory limit of your application.
4646

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

0 commit comments

Comments
 (0)