5

How do I increase the amount of memory available within Windows Sandbox? The default 4GB is not enough for some heavy programs. There seems to be nothing related in .wsb configuration files

Mokubai
  • 95,412

1 Answers1

4

Use the MemoryInMB configuration node in your .wsb file:

<MemoryInMB>value</MemoryInMB>

See also, https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-sandbox/windows-sandbox-configure-using-wsb-file

Bob
  • 63,170