Skip to content

Commit edce129

Browse files
committed
MD: troubleshoot arc vms (private)
1 parent 474a170 commit edce129

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed
83.2 KB
Loading
95.9 KB
Loading

azure-local/manage/troubleshoot-arc-enabled-vms.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Local Virtual Machines enabled by Azure Arc
33
description: Learn how to troubleshoot issues you experience with Azure Local Virtual Machines (VMs).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/29/2025
6+
ms.date: 06/16/2025
77
ms.author: alkohli
88
ms.reviewer: vlakshmanan
99
ms.service: azure-local
@@ -162,8 +162,31 @@ If your environment fails to recognize Azure CLI after installing it, run the fo
162162
}
163163
```
164164

165+
## "Windows created a temporary paging file" message appears at startup
165166

167+
**Error:**
168+
169+
When you deploy an Azure Local VM using the SQL Server 2022 on Windows Server 2022 Azure marketplace images (Standard or Enterprise), you might see the following warning at startup:
170+
171+
*Windows created a temporary paging file...*
172+
173+
**Resolution:**
174+
175+
To resolve this issue, follow these steps:
176+
177+
1. Select **OK** on the warning popup. Or, go to **System Properties** > **Advanced** > **Performance** > **Settings** to open the **Performance Options** window.
178+
1. In the **Performance Options** window, select **Change** under the **Virtual memory** section.
179+
180+
:::image type="content" source="./media/troubleshoot-arc-enabled-vms/temporary-paging-file-1.png" alt-text="Screenshot of the Performance Options window highlighing the Change button." lightbox="./media/troubleshoot-arc-enabled-vms/temporary-paging-file-1.png":::
181+
182+
1. In the **Virtual Memory** window, select **System managed size**.  Also ensure that the **Automatically manage paging file size for all drives** checkbox is cleared.
183+
184+
:::image type="content" source="./media/troubleshoot-arc-enabled-vms/temporary-paging-file-2.png" alt-text="Screenshot of the Virtual Memory window showing options to configure the paging file size for each drive." lightbox="./media/troubleshoot-arc-enabled-vms/temporary-paging-file-2.png":::
185+
186+
1. Select **Set**, then select **OK** to apply the changes.
187+
188+
1. Restart the VM. After the restart, the warning message should no longer appear.
166189

167190
## Next steps
168191

169-
- [Azure Local VM management FAQs](./azure-arc-vms-faq.yml)
192+
- [Azure Local VM management FAQs](./azure-arc-vms-faq.yml)

0 commit comments

Comments
 (0)