OK, did a bit of research and have your reason why. All those sites telling
you to do this don't have a clue. Using that setting actually hinders
performance on Win98. Read the below.
http://www.racesimcentral.net/;EN-US;q223294
Windows 98 added a new feature, PageFile_Call_Async_Manager, that allows the
Memory Manager to asynchronously write out page file (swap file) buffers
during periods of time when VFAT file system activity is not busy.
This feature can affect the behavior of VxDs that monitor and/or otherwise
intercept PageFile VxD functions. This article is applicable to you if your
VxD hooks PageFile_Read_Or_Write, and you discover that you are not seeing
all the page file traffic when using Windows 98.
MORE INFORMATION
You can disable this feature, causing the system to behave as Windows 95
does, at some cost in overall system performance. Add the following entry to
the System.ini file, in its [386Enh] section:
[386Enh]
ConservativeSwapfileUsage=1