Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying but not working. scripts like
<Configuration>
<VGpu>Disable</VGpu>
<MemoryInMB>6,144</MemoryInMB>
</Configuration>

vgpu working but memory size not change. here I set memory size 6GB but always get 3.90 GB why ? Please help me.

What I have tried:

I want to change windows 10 sandbox memory size.
Posted
Updated 20-Jul-20 20:01pm

1 solution

Try removing the comma - the chances are it's causing the problem. If the integer parsing stops at the comma then either the value will be rejected and the default size used, or it will use 6MB and that will be below the minimum required, so again, the default will be used. 3.9GB sounds like a default, given that the Sandbox requirements are a minimum of 4GB of RAM.
 
Share this answer
 
Comments
roholaminlive 27-Jul-20 2:34am    
Thanks for your answer. Sorry, it was a typing mistake. But after removing the comma its not working. Like <memoryinmb>6144

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900