home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / DINFO6.ZIP / 1019 < prev    next >
Text File  |  1993-10-21  |  4KB  |  89 lines

  1.                      WordPerfect Corporation
  2.                 InfoShare Information Fax Service
  3.                          (800) 228-9960
  4.  
  5. Title:    CONFIG.SYS: MODIFYING THE BUFFERS= COMMAND
  6. Product:  WordPerfect 5.1 for DOS
  7. Number:   1019-5/93
  8.  
  9. Problem
  10. This page describes how to use the BUFFERS= command in your
  11. CONFIG.SYS file to optimize the performance of WordPerfect.
  12.  
  13.  
  14. Concept
  15. As your computer boots up, it searches the root directory of your
  16. startup drive for the files CONFIG.SYS and AUTOEXEC.BAT.  These
  17. files contain basic system commands and configuration
  18. information.  For example, these files contain information for
  19. configuring the management of memory, attaching devices, the kind
  20. of prompt DOS displays, and other parts of the computer system. 
  21. Your computer uses some information contained within these
  22. commands as limits that maintain the integrity of your system.
  23.  
  24. The CONFIG.SYS file contains the main configuration commands your
  25. computer uses when you turn it on.  It is stored in the C:\
  26. directory, or the root directory of your startup drive. 
  27. CONFIG.SYS contains the BUFFERS= command line, which specifies a
  28. number of memory buffers to be created.
  29.  
  30. A buffer is an area of random access memory (RAM) used to store
  31. instructions that are transmitted from device to device faster
  32. than they can be received.  For example, suppose you print a one-
  33. megabyte (1000 kilobytes) document and the printer can only
  34. receive and
  35.  process 500 kilobytes of instructions at a time.  Your computer
  36. transmits instructions faster than the printer can receive them. 
  37. The printer may use a buffer in RAM to hold 500 kilobytes of
  38. instructions until it has received and processed the first 500
  39. kilobytes.
  40.  
  41. Increasing the value of BUFFERS= may speed up WordPerfect
  42. features such as printing, but you must experiment to determine
  43. the optimum number of buffers.  Since a single buffer uses 532
  44. bytes (.5 kilobytes) of RAM, the more buffers you specify in the
  45. BUFFERS= command, the less RAM you leave available for
  46. WordPerfect to use.  For example, if your CONFIG.SYS file
  47. contained the line BUFFERS=10, you would be using 5320 bytes of
  48. RAM.   Five to ten buffers are enough if you use a utility that
  49. performs disk caching, and twenty to thirty are enough if you do
  50. not use a utility.
  51.  
  52. If your CONFIG.SYS file already contains a BUFFERS= command, do
  53. not modify it.  A disk cache may have created the command, and
  54. may require the current BUFFERS= value to run optimally.  If
  55. CONFIG.SYS lacks a BUFFERS= command, use a text editor
  56. application to add the BUFFERS=20 command, then test values of 25
  57. and 30.
  58.  
  59.  
  60. Solution
  61. Display your CONFIG.SYS file.
  62.  
  63. 1    From a DOS prompt type TYPE C:\CONFIG.SYS.
  64.  
  65. 2    Look for a line that reads BUFFERS=x, where x represents the
  66.      number of buffers selected.
  67.  
  68. 3    If no BUFFERS= line exists, follow the steps below.
  69.  
  70. If your CONFIG.SYS file does not contain a BUFFERS= line,
  71. determine the optimum value.
  72.  
  73. 1    Open a text editor, then retrieve C:\CONFIG.SYS.
  74.  
  75. 2    Move the cursor to the end of the FILES= line.
  76.  
  77. 3    Press Enter, then type BUFFERS=20 (or BUFFERS=25 or
  78.      BUFFERS=30).
  79.  
  80. 4    Save the file, then exit the text editor.
  81.  
  82. You will need to reboot your computer for the BUFFERS= command to
  83. take effect.  If your system's performance does not improve after
  84. rebooting, repeat steps 1 through 4 above using a different value
  85. for the BUFFERS= command. 
  86.  
  87.  
  88. See Also
  89. ∙    Memory in the WordPerfect 5.1 for DOS reference manual