Displaying 1 result from an estimated 1 matches for "aa906211".
2009 Oct 28
1
Easy method to set user-mode virtual memory space in Windows Vista and 7
...ince it appears to provide a
quick fix to some memory problems, and I haven't see it discussed in
relation to R.
To reallocate virtual memory from kernel-mode to user-mode in 32-bit
Vista or Windows 7 one can use the increaseuserva boot option value.
See
http://msdn.microsoft.com/en-us/library/aa906211.aspx
On my 4GB Vista machine, R is now able to use 3GB memory (previously
at the default value of 2GB).
Here's the method:
Open cmd.exe as administrator and type
BCDEdit /set IncreaseUserVA <value>
where <value> is between 2048 and 3072 (ie 2-3GB), then reboot. Given
that you&...