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
Copy file name to clipboardExpand all lines: articles/app-service/configure-language-java-deploy-run.md
+3-19Lines changed: 3 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -401,25 +401,9 @@ To configure the app setting from the Maven plugin, add setting/value tags in th
401
401
402
402
::: zone-end
403
403
404
-
Developers running a single application with one deployment slot in their App Service plan can use the following options:
405
-
406
-
- B1 and S1 instances: `-Xms1024m -Xmx1024m`
407
-
- B2 and S2 instances: `-Xms3072m -Xmx3072m`
408
-
- B3 and S3 instances: `-Xms6144m -Xmx6144m`
409
-
- P1v2 instances: `-Xms3072m -Xmx3072m`
410
-
- P2v2 instances: `-Xms6144m -Xmx6144m`
411
-
- P3v2 instances: `-Xms12800m -Xmx12800m`
412
-
- P1v3 instances: `-Xms6656m -Xmx6656m`
413
-
- P2v3 instances: `-Xms14848m -Xmx14848m`
414
-
- P3v3 instances: `-Xms30720m -Xmx30720m`
415
-
- I1 instances: `-Xms3072m -Xmx3072m`
416
-
- I2 instances: `-Xms6144m -Xmx6144m`
417
-
- I3 instances: `-Xms12800m -Xmx12800m`
418
-
- I1v2 instances: `-Xms6656m -Xmx6656m`
419
-
- I2v2 instances: `-Xms14848m -Xmx14848m`
420
-
- I3v2 instances: `-Xms30720m -Xmx30720m`
421
-
422
-
When tuning application heap settings, review your App Service plan details. Consider the needs of multiple applications and deployment slots to find the optimal allocation of memory.
404
+
By default, App Service sets the JVM Max Heap size to 70% of the total memory available for the App Service Plan. To disable the default setting, you can use app setting WEBSITE_DISABLE_JAVA_HEAP_CONFIGURATION=”true".
405
+
406
+
Enhancing your application's performance on the platform may involve adjusting the heap size to better suit your specific needs. When tuning application heap settings, please review your App Service plan details and consider the requirements of multiple applications and deployment slots to find the optimal memory allocation.
0 commit comments