I want to set memory size in Windows 10 Sandbox configuration file. Already I set required change in the configuration file but not working. I have followed this <MemoryInMB>value</MemoryInMB>
command from Microsoft Windows sandbox configuration, but it's not working. Below is my Windows Sandbox configuration script:
<Configuration>
<VGpu>Disable</VGpu>
<Networking>Default</Networking>
<MemoryInMB>10240</MemoryInMB>
</Configuration>
Here VGpu and Networking are working properly, but the memory size has not changed.