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: azure-local/manage/troubleshoot-arc-enabled-vms.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Local Virtual Machines enabled by Azure Arc
3
3
description: Learn how to troubleshoot issues you experience with Azure Local Virtual Machines (VMs).
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 05/29/2025
6
+
ms.date: 06/16/2025
7
7
ms.author: alkohli
8
8
ms.reviewer: vlakshmanan
9
9
ms.service: azure-local
@@ -162,8 +162,31 @@ If your environment fails to recognize Azure CLI after installing it, run the fo
162
162
}
163
163
```
164
164
165
+
## "Windows created a temporary paging file" message appears at startup
165
166
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.
166
189
167
190
## Next steps
168
191
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