Skip to content

Commit 566f476

Browse files
authored
Merge pull request #114128 from andredewes/main
New Advisor recommendation for App Service 32-bit
2 parents 39119e8 + 07edc91 commit 566f476

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/advisor/advisor-reference-reliability-recommendations.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,13 @@ We identified the below thread resulted in an unhandled exception for your App a
496496

497497
Learn more about [App service - AppServiceProactiveCrashMonitoring (Application code should be fixed as worker process crashed due to Unhandled Exception)](https://azure.github.io/AppService/2020/08/11/Crash-Monitoring-Feature-in-Azure-App-Service.html).
498498

499+
### Consider changing your App Service configuration to 64-bit
500+
501+
We identified your application is running in 32-bit and the memory is reaching the 2GB limit.
502+
Consider switching to 64-bit processes so you can take advantage of the additional memory available in your Web Worker role. This action triggers a web app restart, so schedule accordingly.
503+
504+
Learn more about [App service 32-bit limitations](/troubleshoot/azure/app-service/web-apps-performance-faqs#i-see-the-message-worker-process-requested-recycle-due-to-percent-memory-limit-how-do-i-address-this-issue).
505+
499506
## Next steps
500507

501508
Learn more about [Reliability - Microsoft Azure Well Architected Framework](/azure/architecture/framework/resiliency/overview)

0 commit comments

Comments
 (0)