System hangs after IncreaseUserVa change on Windows 7 64-bit
- by imriss
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?