Page 1 of 1

Problem with virtual ram memory in Visual Studio 2010

Posted: 7. Dec 2010, 20:49
by FredrikSandgren
Everytime i compile and debug inside vs 2010 i get the error you can see in the attached image.
I dont get that error on the host but i do on the guest.
I have disabled nested paging since one of the developers of visual studio said that it had know bugs with the memory.
I have tried to reinstall windows with both 32bit and 64bit but with the same result.
Any ideas on how i should proceed?

Re: Problem with virtual ram memory in Visual Studio 2010

Posted: 22. Mar 2011, 10:32
by massaslayer
I have the same problem did you found a solution?

Re: Problem with virtual ram memory in Visual Studio 2010

Posted: 24. Mar 2011, 16:51
by zcurtis
I too am having this issue. Only when running in virtual. Anybody have any ideas yet?

Re: Problem with virtual ram memory in Visual Studio 2010

Posted: 24. Mar 2011, 18:47
by vbox4me2
Does it happen when compiling, debugging or both at the same time? debugging often resorts to special calls to int-3 which inside a VM can result in a different situation. Any complete dumps to view? registers dump at crashtime? Can you simulate the code in a single source that would cause the crash? Is it specific 64bit code that is being compiled, is the compiler respecting code from data separation? Is the compiler trying to determine timing results from ram access for compiletime optimization? Any specific cpu instruction in use?

Re: Problem with virtual ram memory in Visual Studio 2010

Posted: 26. Mar 2011, 12:09
by squall leonhart
pretty sure the minimum requirements have a disclaimer underneath stating you might need an additioinal 512MB on top of the minimum req's when run in a vm.