Tweak3D - Your Freakin' Tweakin' Source!
Simple Quicker Speed Picker Uppers (Page 2/4)


Posted: October 7, 2000
Written By: Keith "Farrel" McClellan

System.ini Continued...

DMABufferSize - This setting will tell the computer to reserve a buffer in system memory for DMA. If you are using any DMA enabled pieces of hardware on your system at all, it is advisable that you set this equal to 64 Kb (the line would read DMABufferSize=64). This setting goes under the [386Enh] header.

LocalLoadHigh - This setting tells the operating system to load its local drivers into upper memory by default as opposed to trying to squeeze them into conventional memory. Even though you'd think this wouldn't matter anymore, DOS still does play a role in how fast the operating system and leaving it whatever resources it might need is important. To enable this tweak, you should insert the line LocalLoadHigh=1 under the [386Enh] section.

PageBuffers - This setting tells the computer to dedicate a certain amount of memory in RAM to buffer the hard drive rather than allowing the computer to dynamically handle the buffer(s) (this is unclear because my documentation on this setting is incomplete). In my experience, the optimal setting for this is 32, which I believe is the largest value recognized by the operating system. I have not tested this tweak with any other operating system other than WinMe, so this may do nothing on Win9x systems. To enable this setting, add the line PageBuffers=32 to the [386Enh] section.

MinFileCache and MaxFileCache - These settings, which can also be set using programs such as cacheman, determine the possible sizes of the vcache, or part of main memory which contains binary code that is directly executable by the processor. Windows, many times, will increase the size of this (when allowed to manage it dynamically) far past what it really needs, so it is best that we set it ourselves. The setting is in KB, and generally the best settings for this are approximately 10% of your RAM (MinFileCache) and approximately 25% of your RAM (MaxFileCache). Which settings are best for your system depend a lot on how you use it, so I can't be more specific. To calculate the values you want for the vcache, multiply the number of MB you want used for vcache by 1024 (converting it to KB). For example, 16 MB would be 16384 Kb, so you would put in MinFileCache=16384 if you wished the minimum setting for the vcache to be 16 MB or MaxFileCache=16384 if you wished the maximum setting to be 16 MB.

Chunksize - This setting determines how large the chunks are that are allocated to each program residing in the vcache. A program can have more than one chunk, but if it doesn't divide evenly into the size of the chunk, some RAM goes unused (much like how FAT works for hard drives). On one hand, having a smaller chunk size allows for less wasted RAM in the vcache, however, on the other hand, a larger chunk size increases the access speed for the vcache. Depending on how you use your system, and how much RAM you have to spare, it will determine whether or not you want a large chunk size. Common values for this setting are 128, 256, and 512 KB. This setting is formatted chunksize=XXX, where XXX is the value in KB, and the setting is placed under the [vcache] header.

Next Page

  • News
  • Forums
  • Tweaks
  • Articles
  • Reviews