If you are like me, got some 32bit server with 4 Gigs of Ram (max for standard edition of 32bit WinServer2003), You will love to put "/3GB" in your windows startup parameter. But, how to ensure that this switch already working?
I got solution in this page, look in comment #1.
Whether you use WinServer2003 or windowsXP, you can use the same method (I not use Vista yet, so I cannot checked it).
The Syntax is:
wmic /node:<insert_server_name> OS get MaxProcessMemorySize
or, for example, in my computer it will be
wmic /node:JK080251 OS get MaxProcessMemorySize
In my XP machine (2 Gigs of RAM) i got 2097024.
In my /3GB server (4 Gigs of RAM) I got 3145600.
I got solution in this page, look in comment #1.
Whether you use WinServer2003 or windowsXP, you can use the same method (I not use Vista yet, so I cannot checked it).
The Syntax is:
wmic /node:<insert_server_name> OS get MaxProcessMemorySize
or, for example, in my computer it will be
wmic /node:JK080251 OS get MaxProcessMemorySize
In my XP machine (2 Gigs of RAM) i got 2097024.
In my /3GB server (4 Gigs of RAM) I got 3145600.

