Try the different manufacturers websites. They frequently have a
configuration tool to help you find the correct memory sticks based on
your motherboard model number or your system model number. Here's a few
links:
http://www.samsung.com/Products/Semiconductor/DRAM/
http://www.ocztechnology.com/
http://www.mushkin.com/epages/mushkin.storefront
http://www.legacyelectronics.com/
http://www.kingston.com/
http://www.gskill.com.tw/
http://www.geilusa.com/
http://www.crucial.com/
http://www.corsairmicro.com/
If you need information on your motherboard/system/memory try CPU-Z or
SiSoftware Sandra from here:
http://www.cpuid.com/
http://www.sisoftware.net/
As far as Win98SE is concerned, there are a couple of issues that I am
aware of:
1. The vcache (file cache) size
2. Large amounts of memory
3. Fast cpu's.
To deal with the vcache issue, edit your system.ini file to add the
following to the vcache section: (Try c:\windows\system.ini or wherever
you have 98 installed.)
[vcache]
MaxFileCache=524288
MinFileCache=40960
chunksize=4096
Add these lines if they are not there currently. This limits the vcache to
a maximum of 512MBytes of memory and deals with the issue very
effectively. Without the max limit set, 98 can sometimes allocate too much
system virtual memory address space to the vcache and cause problems. Some
people recommand that the MaxFileCache setting be no more than 70% of
physical memory up to a maximum of 512 MBytes. Others may recommend 80% or
so but you get the idea. You must set some maximum so that the vcache
cannot consume all your system virtual memory address space. I
experimented with the MinFileCache value and found 40MBytes to be a good
number. Smaller numbers seemed to slow my computer down, based on boot
times. Larger numbers did not seem to produce improvement, again based on
boot times. I left chunksize the way it was. You may want to 'tune' your
MinFileCache size as well. For more information try posting to:
microsoft.public.win98.setup
microsoft.public.win98.gen_discussion
Many experts there. Look for posts by MVP's.Found some Microsoft
documentation here:
About vcache issue:
http://support.microsoft.com/?kbid=253912
I only have 768MBytes of ram so I have no experience with the large
amounts of memory isuue. Take look at:
"Out of Memory" Error Messages with Large Amounts of RAM Installed
http://support.microsoft.com/?kbid=184447
My cpu is only 733MHz so I have no experience with the fast cpu isuue.
Take look at:
Windows Protection Error in NDIS with a CPU That Is Faster Than 2.1 GHz
http://support.microsoft.com/default.aspx?scid=kb;en-us;312108
general info sites:
http://www.dts-l.org/goodpost.htm
http://home.satx.rr.com/badour/
Regarding virtual memory:
I recommend leaving it set to auto. Let windows handle your virtual memory
settings completely automatically. Combine this with setting
'ConservativeSwapfileUsage' to 'one' in the [386en] section of the
system.ini file. This setting biases 98 to not use virtual memory if it
can avoid it. Since you will have lots of memory it may be able to run
without using virtual memory, most of the time, quite easily. This will
speed up your system since running from ram is faster than running from
vitual memory. Should your system ever need to use virtual memory it will
be able to do so and it will be able to adjust the virtual memory page
file size as required. I have found that most of the time my system page
file size is zero as reported by Sysmon. If I get hardcore and the system
needs virtual memory it can adjust without intervention from me. I
strongly recommend against turning off virtual memory. If your system ever
needs virtual memory and it is off, it may crash or lockup. There are
certain conditions where there must be virtual memory. Unfortunately I
cannot remember specifics right now. So add the following to your system.ini
file in the [386enh] section:
[386enh]
ConservativeSwapfileUsage=1
I have used 'ConservativeSwapfileUsage=0' as well and found that 98 will
create a page file when this is done. However, it seems to me that this
page file is not necessary most of the time since whenever it is set to
'ConservativeSwapfileUsage=1' the page file size is zero. These settings have
greatly improved my system's performance.
Good Luck