SRB2 reports invalid ram Size.

Status
Not open for further replies.

SteelT

Developer
Sonic Team Junior
Kart Krew™️
In the logfile, it says I have 1023mb of RAM and 1023mb free.
 
Last edited by a moderator:
It shows the wrong amount of RAM for me in the log file as well.

I'm using Windows 7 here.

Code:
System memory: 4095MB - Free: 4095MB
My correct amount of RAM is 16384MB (16GB).
 
As a 32-bit program, (with IMAGE_FILE_LARGE_ADDRESS_AWARE set) srb2win only reports as much memory Windows tells it has, it also can counts swap file space as free (super slow) ram.

on 64-bit versions of Windows, a 32-bit program can ask up to 4GB (minus ~64KB)

on 32-bit versions of windows, it goes up to 2GB
(32-bit windows overall can handle 4GB, but it splits half for programs and other half for drivers)

see http://msdn.microsoft.com/en-us/library/windows/desktop/aa366778(v=vs.85).aspx#memory_limits about the different limits based on what version of Windows your computer is running, and what kind of program is running.
 
Don't know why but, Making a new user profile seemed to fix the wrong ram size information.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top