Skip to content

Commit

Permalink
revert to 512mb virtual offset
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Jan 7, 2013
1 parent 508ae9b commit c1b7202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/r/session/REmbeddedWin32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void setMemoryLimit()

// some constants
const DWORDLONG MB_TO_BYTES = 1024 * 1024;
const DWORDLONG VIRTUAL_OFFSET = 1024 * MB_TO_BYTES;
const DWORDLONG VIRTUAL_OFFSET = 512 * MB_TO_BYTES;

// interograte physical and virtual memory
MEMORYSTATUSEX memoryStatus;
Expand Down

0 comments on commit c1b7202

Please sign in to comment.