System hangs after IncreaseUserVa change on Windows 7 64-bit

Posted by imriss on Super User See other posts from Super User or by imriss
Published on 2013-10-25T15:15:53Z Indexed on 2013/10/25 15:57 UTC
Read the original article Hit count: 314

Filed under:
|
|

By mistake, I applied the IncreaseUserVa 3072 on a Windows 7 64-bit:

BCDEDIT /set IncreaseUserva 3072

After that, the system is getting hanged when I start an intensive Matlab code.

I tried to revert the change using both:

BCDEDIT /set increaseUserva 2048

or

BCDEDIT /deletevalue increaseUserva

But, I get to the same problem when I run the Matlab code.

When I check bcdedit/enum all, it does not contain increaseUserva, after /deletevalue command.

Any idea?

© Super User or respective owner

Related posts about windows-7

Related posts about memory