3gb switch causing event errors

D

drewex

Hi,
I have 3gb of memory on my dell,

On xp to be able to use the memory i need to enable the 3gb switch.
http://www.gehrytechnologies.com/catia/catia/catia_windows_large_memory.htm

Now when i enable the 3gb switch i get series of event errors and explorer
hangs and almost everything doesnt work on xp.

Posting events

Event Type: Error
Event Source: SNDSrvc
Event Category: None
Event ID: 13
Date: 1/10/2008
Time: 3:13:10 PM
User: NT AUTHORITY\SYSTEM
Computer: PHXPROG1
Description:
Failed to create the COM Module!


Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1058
Date: 1/10/2008
Time: 3:13:22 PM
User: NT AUTHORITY\SYSTEM
Computer: PHXPROG1
Description:
Windows cannot access the file gpt.ini for GPO
CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=PHXAD1,DC=DC.
The file must be present at the location
<\\PHXAD1.DC\sysvol\PHXAD1.DC\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\gpt.ini>.
(The network path was not found. ). Group Policy processing aborted.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1030
Date: 1/10/2008
Time: 3:13:22 PM
User: NT AUTHORITY\SYSTEM
Computer: PHXPROG1
Description:
Windows cannot query for the list of Group Policy objects. A message that
describes the reason for this was previously logged by the policy engine.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


Please Help,
 
J

John John

What makes you think that you need to do this? Did an application
vendor tell you to do this?

John
 
J

John John

No, you misunderstand the use of the /3GB switch (also called 4GT RAM
Tuning). Do not use this switch unless specifically instructed to do so
by an application vendor. Explaining the use of this switch is a long
story, and understaning the use of the switch requires that you
understand advanced Virtual Memory management concepts and Virtual
Memory Address Space, these are not the same thing as physical RAM. If
you feel up to it you can read about it in these links:

Virtual Address Space
http://msdn2.microsoft.com/en-us/library/aa366912.aspx

RAM, Virtual Memory, PageFile and all that stuff
http://members.shaw.ca/bsanders/WindowsGeneralWeb/RAMVirtualMemoryPageFileEtc.htm#2_1

A description of the 4 GB RAM Tuning feature and the Physical Address
Extension switch
http://support.microsoft.com/kb/291988

The Virtual-Memory Manager in Windows NT
http://msdn2.microsoft.com/en-us/library/ms810616.aspx

John
 
T

Tim Slattery

drewex said:
Hi,
I have 3gb of memory on my dell,

On xp to be able to use the memory i need to enable the 3gb switch.
http://www.gehrytechnologies.com/catia/catia/catia_windows_large_memory.htm

No you don't! That web page is wrong. The /3GB switch controls how the
4GB virtual memory space given to each process is divided. DON'T use
it unless the manufacturer of one of your programs has told that the
program needs it. It has nothing at all to do with physical RAM.
Now when i enable the 3gb switch i get series of event errors and explorer
hangs and almost everything doesnt work on xp.

So remove the switch! You won't be able to see all 4GB, there's no way
around that. See http://members.cox.net/slatteryt/RAM.html for an
explanation.
 
D

drewex

Well, then i should as why ssms gives me these errors. I'll research the
reasons Thanks .
 
I

Ian D

drewex said:
Hi,
I have 3gb of memory on my dell,

On xp to be able to use the memory i need to enable the 3gb switch.
http://www.gehrytechnologies.com/catia/catia/catia_windows_large_memory.htm

Now when i enable the 3gb switch i get series of event errors and explorer
hangs and almost everything doesnt work on xp.

Posting events

Event Type: Error
Event Source: SNDSrvc
Event Category: None
Event ID: 13
Date: 1/10/2008
Time: 3:13:10 PM
User: NT AUTHORITY\SYSTEM
Computer: PHXPROG1
Description:
Failed to create the COM Module!


Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1058
Date: 1/10/2008
Time: 3:13:22 PM
User: NT AUTHORITY\SYSTEM
Computer: PHXPROG1
Description:
Windows cannot access the file gpt.ini for GPO
CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=PHXAD1,DC=DC.
The file must be present at the location
<\\PHXAD1.DC\sysvol\PHXAD1.DC\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\gpt.ini>.
(The network path was not found. ). Group Policy processing aborted.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1030
Date: 1/10/2008
Time: 3:13:22 PM
User: NT AUTHORITY\SYSTEM
Computer: PHXPROG1
Description:
Windows cannot query for the list of Group Policy objects. A message that
describes the reason for this was previously logged by the policy engine.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


Please Help,

You are depriving the OS of virtual address space. The 4 GB of virtual
address space allots 2GB for the applications and 2GB for the OS. The
OS 2GB also contains the hardware addressing space which may be
up to 1GB, giving the OS little to operate in. Try adding
/userva=2500 to your boot.ini line after the /3GB switch. That will give
2.5GB to apps and an extra 500MB to the OS. If it works you can
increase it in 100MB steps until you have problems, then back it off
by 100MB.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top