home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / config / buffers.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.6 KB  |  30 lines

  1.                           BUFFERS
  2.  
  3.     BUFFERS=n
  4.     BUFFERS=n,m    [/X]                        [new DOS 4.0]
  5.  
  6. n specifies the number of disk buffers that DOS allocates in memory during
  7.     the boot process. The default value for DOS versions prior to 3.2 is 2.
  8.     Later versions have a default of five or more, depending on how much 
  9.     memory your PC has. For most programs, 2 is NOT enough. The maximum value
  10.     is 99 (pre DOS 3.2), or 255 (DOS 3.2 and later). If you have a hard disk, 
  11.     n should be at least 10, and usually no more than 20 are needed.
  12.  
  13. m specifies the number of consecutive buffers to read in addition to the one
  14.     being requested, when data must be read from disk. The default value is 
  15.     0, the maximum value is 8. If data is already in a buffer, it will be used
  16.     rather than reading it from the disk.
  17.  
  18. /X specifies that the buffers should be placed in expanded memory. When /X
  19.     is present, n can be up to 10000. See the NEW_TERMS MEMORY topic for a
  20.     description of expanded memory.
  21.  
  22. A disk buffer is an area of memory that is used to store data read in from or 
  23. to be written to disk. The primary use of buffers by DOS is to save 
  24. information about your disks and the directories on them. For a program that 
  25. reads or writes small blocks of data to the disk frequently and in some order
  26. , rather than jumping around a lot, additional buffers can increase the speed 
  27. of the program. For instance, a database program may run more efficiently if 
  28. you have allocated 15 or 20 buffers. Other programs will benefit more from 
  29. virtual disk (see the DEVICE VDISK.SYS topic for additional information).
  30.