[ros-bugs] [Bug 4759] New: Maxmem option doesnt do anything

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Tue Aug 4 14:39:33 CEST 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4759

           Summary: Maxmem option doesnt do anything
           Product: ReactOS
           Version: TRUNK
          Platform: QEmu
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Kernel
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: bblaauw at gmail.com
         QAContact: ros-bugs at reactos.org


FreeLDR/NTOSKRNL is supposed to have the /MAXMEM option to limit the amount of
system memory that FreeLDR and ReactOS see.

My assumption is it needs to be entered in \FREELDR.INI in the option path of a
specific startup, in the form of /MAXMEM=x{yyy} , without adding anything to it
like K, M, G for units, and defaulting to MB. 

Thus, I modified the section [ReactOS_Debug]'s options:
from : Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS
into : Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MAXMEM=100

However in both FreeLDR and ReactOS I still see 200MB (or rather 199, for some
reason it's off by 1) listed.

As I ran into paging file issues on large memory machines, I'd like to have
this option working properly.

Reproduction steps:
1 Boot reactOS using the ReactOS (Debug) option
2 Write down the amount of memory FreeLDR sees
3 Write down the amount of memory ReactOS sees ( either system properties or
CMD, then MEMORY
4 modify C:\FREELDR.INI as mentioned above
5 Reboot 
6 Perform steps 2 and 3
7 Notice that the amounts are the same despite the /MAXMEM parameter.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list