Allocates memory for a specified number of disk buffers when your system starts. You can use this command only in your CONFIG.SYS file.
none
The default setting for the number of disk buffers depends on the configuration of your system, as shown in the table:
Configuration Buffers Bytes (n) <128K of RAM, 360K disk 2 none <128K of RAM, >360K disk 3 none 128K to 255K of RAM 5 2672 256K to 511K of RAM 10 5328 512K to 640K of RAM 15 7984 Configuration Buffers Bytes (n)
The default setting for the number of buffers in the secondary cache (m) is 0 (no secondary cache buffers).
If you specify an invalid value for n or m, BUFFERS uses the default setting of no secondary cache buffers.
If you are using SMARTDrive with DriveSpace and the operating system is loaded into the HMA, set BUFFERS=10. This ensures that there will be enough room in the HMA for the operating sytem, DriveSpace, and all your buffers. (If BUFFERS is set to a value higher than 10, there might not be enough room in the HMA for all your buffers, and the operating system will place all the buffers into conventional memory.) If you're using SMARTDrive, specifying more than 10 buffers will not speed up your system much, but will use additional memory.
If you are using SMARTDRV.EXE, either use a smaller value for BUFFERS, or do not specify a BUFFERS command at all.
The operating system uses the memory reserved for each disk buffer to hold data during read and write operations. To achieve the best performance with programs such as word processors, specify a value between 10 and 20 for n. If you plan to create many subdirectories, you might want to increase the number of buffers to 20 or 30. Each buffer requires approximately 532 bytes of memory. Therefore, the more buffers you have, the less memory you have available for programs. (To find out how much memory the operating system is using for disk buffers, use MEM /D /P.)
If the operating system is loaded in the high memory area (HMA) and there is enough room in the HMA to contain all the buffers, the operating system also places the buffers in the HMA. If you specify more than 48 buffers, or if you upgraded from MS-DOS 6.22, are running DriveSpace, and specify more than 10 buffers, there might not be enough room in the HMA for all the buffers. In that case, the operating system places all of the buffers into conventional memory.
Using the cache can speed up certain disk operations if you are using a computer with an 8086 processor. If you are using a computer with a faster processor, it is better to use SMARTDRV for a cache.
Create 20 disk buffers, include in your CONFIG.SYS file:
buffers=20
none.