You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide provides step-by-step instructions for enabling key Java features in Azure Container Apps. By activating these features, you can optimize your Java applications for performance, monitoring, and ease of development.
17
17
18
-
## Java virtual machine (JVM) metrics
18
+
## Java virtual machine metrics
19
19
20
20
Java virtual machine (JVM) metrics are essential for tracking the performance and health of your Java applications. These metrics offer insights into memory consumption, garbage collection, and thread activity within the JVM. By enabling Java metrics in Azure Container Apps, you can access these detailed metrics in Azure Monitor to proactively optimize application performance and address potential issues.
21
21
@@ -30,12 +30,12 @@ To turn on Java virtual machine (JVM) metrics on CLI, refer to [Java metrics for
30
30
::: zone-end
31
31
32
32
## Automatic memory fitting
33
-
By default, the JVM manages memory conservatively, but Java automatic memory fitting fine-tunes how memory is managed for your Java application. Automatic memory fitting makes more memory available to your Java app, which may potentially boost performance by 10-20% without requiring code changes.
33
+
By default, the JVM manages memory conservatively, but Java automatic memory fitting fine-tunes how memory is managed for your Java application. Automatic memory fitting makes more memory available to your Java app, which might potentially boost performance by 10-20% without requiring code changes.
34
34
35
-
Automatic memory fitting is **enabled by default**, but you can disable manually.
35
+
Automatic memory fitting is **enabled by default**, but you can disable it manually.
36
36
37
37
::: zone pivot="azure-portal"
38
-
Disabling automatic memory fitting is currently only available on CLI, please refer to[Disable memory fitting](java-memory-fit.md?tabs=create#disable-memory-fitting).
38
+
Disabling automatic memory fitting is currently only available on CLI. For more information, see[Disable memory fitting](java-memory-fit.md?tabs=create#disable-memory-fitting).
39
39
40
40
::: zone-end
41
41
@@ -59,7 +59,7 @@ To turn on dynamic logger level on CLI, refer to [Enable JVM diagnostics for you
59
59
60
60
## Java components
61
61
62
-
Azure Container Apps supports Java components as managed services, which allows you to extend the capability of your applications without having to deploy additional code.
62
+
Azure Container Apps supports Java components as managed services, which allows you to extend the capability of your applications without having to deploy extra code.
0 commit comments