Go Back   PCMech Forums > Windows Support > Windows Legacy Support (XP and earlier)

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 07-20-2003, 09:41 PM   #1
Member (8 bit)
 
Join Date: Mar 2003
Location: U.S. -- Arlington, TX
Posts: 245
Send a message via AIM to vizun Send a message via Yahoo to vizun
Win 98se... Memory...

I was just wondering what the maximum amount of memory windows 98se can hold? RIght now i have 256, and i really need the extra ram, *Some programs i am using have slight memory leaks...* Ne way.

THanks!
vizun is offline   Reply With Quote
Old 07-20-2003, 09:54 PM   #2
Retired
 
Kubie's Avatar
 
Join Date: Apr 2000
Location: Modesto,Calif
Posts: 4,048
vizun,

For Win98, 512mb is the magic number.

Go Big Red!

Carl
Kubie is offline   Reply With Quote
Old 07-21-2003, 12:45 PM   #3
Member (12 bit)
 
andyms18a's Avatar
 
Join Date: Dec 2002
Location: essex
Posts: 2,252
if the progs you use nick the memory try this prog http://www.jfitz.com/software/RAMpage/ its very good i use it on all my computers win98 and me and evan xp and best of all its free
__________________
Join the PcMech.com Folding@Home Team and Help Save Lives! Click Here!
Life only looks greener on the other side of the fence
andyms18a is offline   Reply With Quote
Old 07-21-2003, 05:12 PM   #4
Member (9 bit)
 
Join Date: Jun 2000
Posts: 499
Windows does not need free memory in order to run.

Memory managers on their own, do nothing. It is WINDOWS that is doing all the work.

Free ram is wasted ram.

The following does the IDENTICAL thing, and uses the same trick.

Open Notepad, and copy the following into it, and save it as "freemem.vbs" including the quotes!

FreeMem = Space(nnnnnnnnn)

Where the nnnnnnnnn is the amount of memory you are trying to "clear".

nnnnnnnnn=900000000 is 90meg.

You save this with a VBS extension, and as long as you have Windows Scripting Host enabled, double click on it.

How does this work?

If the statement were FreeMem = Space(90000000), then when you run it, it asks WINDOWS for a memory allocation of 90Megs. Windows will then shrink vcache and move stuff to the swapfile until it has 90 megs available, and gives it to this VBS script. As fast as that happens, the script ends and the memory is taken back by WINDOWS as free memory.

As I said above, this is exactly the same "magic" that memory "managers" use. And from this example, you can see that it is really Windows that is doing all the work, and that the same thing will happen when a "real" program asks for ram.

But, if you enjoy exercising your disk drive and your swapfile, these are definitely the programs to run.

As for the maximum ram, the practical limit seems to be around 1GB. Above that "may" cause errors and some between 768 and 1GB "may" experience errors.
Above 512, you need to constrain vcache, in System.ini

[vcache]
MaxFileCache=512000
galaxian is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:51 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2