Author Topic: System.ini Tweaks  (Read 621 times)

Offline jihad

  • Nickel Member
  • ***
  • Posts: 356
System.ini Tweaks
« on: July 23, 2001, 10:56:00 PM »
Here's some of the entrys I said I would post for a few guys.

[386Enh]
PagingDrive=D:
MinPagingFileSize=98304
MaxPagingFileSize=98304
ConservativeSwapfileUsage=1
32BitDiskAccess=on
DMABufferSize=64
PageBuffers=32


[vcache]
MinFileCache=2048
MaxFileCache=5120
ChunkSize=1024


I'm getting 133 mb per second cached reads and 101 mb per second cached writes with these settings and never hit the swap file.  :cool:

Offline sprint

  • Copper Member
  • **
  • Posts: 339
System.ini Tweaks
« Reply #1 on: July 24, 2001, 12:05:00 AM »
Here's an interesting article you might want to read about Chunk Size
 http://www.rojakpot.com/Speed_Demonz/Chunksize_Optimization/Chunksize_Optimization_01.htm


sprint
*MOL*
  :cool:

"Remember, a boomerang in the wrong hands is just a stick."

Offline bashwolf

  • Copper Member
  • **
  • Posts: 100
      • http://www.fly.to/airwolves
System.ini Tweaks
« Reply #2 on: July 30, 2001, 01:16:00 PM »
Hiya Jihad,

I have try those settngs on Aces High it works good.  I am having small freeze up when I play tribes 2 tho (a lot of hard disk activity with above settings.  I was wondering such games as Tribes2 which is graphic hungry use a a little different vcache setting etc??  Any ideas??  It works great on Ace high tho.

I have 3 partitions hardrive C,D, and E and D ebing only 500mb max whch is also my virtual memeory setting 500mb directly.  D is not being used for anythign but Virtual memeory.  Any tips??

Thank You

Bash

Offline jihad

  • Nickel Member
  • ***
  • Posts: 356
System.ini Tweaks
« Reply #3 on: July 30, 2001, 01:34:00 PM »
[vcache]
MinFileCache=2048
MaxFileCache=5120
ChunkSize=1024

Try setting the MaxFileCache= to 25% of your system ram.

Example:
256-75%
=64
x1024
=65536

MaxFileCache=65536

[ 07-30-2001: Message edited by: jihad ]