Configure the asynchronous disk access buffer

1 January 2000 by Snakefoot | Comment » | Trackback Off
Windows 9x allocates by default for 4 memory pages to use for asynchronous read/write. There is a parameter to configure how many concurrent memory pages there should be allocated. The possible values are: 4, 8, 16, 32. Increasing the value will allow better disk read/write performance.

Edit the SYSTEM.INI and the following to the [386Enh] section:

[386Enh]
PageBuffers = 32

Note this parameter should only be used if having enabled 32 bit disk access and using a permanent swap file.

Updated: 23 September 2007

Leave a comment


You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>