Skip to content

Commit 8b0df13

Browse files
committed
Merge remote-tracking branch 'upstream/main' into AB#7981-openssh-windows-firewall
2 parents e502fa4 + f9fdc22 commit 8b0df13

5 files changed

Lines changed: 40 additions & 1 deletion

File tree

support/azure/app-service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ items:
1717
href: ./capture-memory-dumps-app-service.md
1818
- name: Availability, performance, and application FAQs
1919
href: web-apps-performance-faqs.md
20+
- name: Worker Process requested recycle due to Percent Memory limit message
21+
href: worker-process-percent-memory-limit-message.md
2022
- name: Troubleshoot instance-related issues
2123
href: troubleshoot-instance-related-issues-on-azure-app-service.md
2224
- name: Troubleshoot temporary storage
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Worker Process requested recycle due to Percent Memory limit message
3+
description: This article provides guidance on addressing the "Worker Process requested recycle due to 'Percent Memory' limit" message in Azure App Service.
4+
author: JarrettRenshaw
5+
manager: dcscontentpm
6+
ms.topic: troubleshooting-general
7+
ms.date: 12/16/2025
8+
ms.author: jarrettr
9+
ms.reviewer: v-ryanberg
10+
ms.service: azure-app-service
11+
ms.custom: sap:Availability, Performance, and Application Issues
12+
---
13+
# "Worker Process requested recycle due to 'Percent Memory' limit" message
14+
15+
This article provides guidance on addressing the "Worker Process requested recycle due to 'Percent Memory' limit" message in Azure App Service.
16+
17+
## Symptom
18+
19+
You see the message "Worker Process requested recycle due to 'Percent Memory' limit."
20+
21+
## Cause
22+
23+
The maximum available amount of memory for a 32-bit process (even on a 64-bit operating system) is 2 GB. By default, the worker process is set to 32-bit in App Service (for compatibility with legacy web applications).
24+
25+
## Resolution
26+
27+
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.
28+
29+
Also note that a 64-bit environment requires a Basic or Standard service plan. Free and Shared plans always run in a 32-bit environment.
30+
31+
For more information, see [Configure web apps in App Service](/azure/app-service/configure-common).
32+
33+
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
34+
35+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]
Loading

support/windows-server/networking/disable-netbios-tcp-ip-using-dhcp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ To disable NetBIOS on the DHCP server, follow these steps:
3030
2. In the navigation pane, expand the **server_name**, expand **Scope**, right-click **Scope Options**, and then select **Configure Options**.
3131
> [!NOTE]
3232
> In this step, the **server_name** placeholder specifies the name of the DHCP server.
33-
3. Select the **Advanced** tab, and then select **Microsoft Windows 2000 Options** in the **Vendor class** list.
33+
3. Select the **Advanced** tab, and then select **Microsoft Options** in the **Vendor class** list.
3434
4. Make sure that **Default User Class** is selected in the **User class** list.
3535
5. Select the **001 Microsoft Disable Netbios Option** check box, under the **Available Options** column.
3636
6. In the **Data entry** area, type 0x2 in the **Long** box, and then select **OK**.
3737

38+
:::image type="content" source="./media/disable-netbios-tcp-ip-using-dhcp/scope-options-dialog-box.png" alt-text="Screenshot of the scope options dialog box, showing the Microsoft Disable Netbios Option selected and the Long box configured.":::
39+
3840
## Configure the DHCP client to enable the DHCP server to determine NetBIOS behavior
3941

4042
- For Windows 7
70 KB
Loading

0 commit comments

Comments
 (0)