home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / OTPERF.FAX < prev    next >
Text File  |  1995-01-13  |  5KB  |  159 lines

  1. OSOTPERF - OS/2 2.XX Performance considerations.
  2. 10/04/94
  3.  
  4. ================================================================
  5.        OS/2 2.XX Performance considerations.
  6. ================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. ---------------------------------------------------------------
  10.  
  11.   Most performance problems are  hardware related
  12.  
  13. HARDWARE
  14. ---------
  15. To determine if you have a hardware problem, start your system
  16. with a plain copy of your CONFIG.SYS without any applicaitons
  17. running.  If the performance is not good, you may have a
  18. hardware problem.
  19.  
  20. Memory
  21. ------
  22. The memory your system uses can affect Performance can actually
  23. degrade if you add a memory expansion card to a Non Micro-Channel
  24. system.  To access memory on the expansion card, the signals have
  25. to go through the bus which, in most cases, run slower than
  26. memory accessed from SIMMS.
  27.  
  28.  
  29. Performance problems on ISA systems after installing extra memory
  30. -----------------------------------------------------------------
  31.  
  32. On several ISA systems, performance problems appear when
  33. additional memory is installed on the system.  The most common
  34. cause is relates to external processor chache memory, which is
  35. referred to as level two or secondary cache memory.  The issues
  36. with these cache memories are:
  37.  
  38. 1. System board/BIOS does not support caching memory above 16M
  39. (or 64M in some cases).  You need to upgrade either the system
  40. board or the BIOS; whichever is the limiting factor.
  41.  
  42. 2. System board/BIOS does not support caching memory above 16M
  43. (or 64M in some cases) without installing additional cache
  44. memory.
  45.  
  46. 3. BIOS parameter must be updated to cache memory above 16M.
  47. This appears in some systems with AMI BIOS but is not
  48. necessarily limited to that BIOS.
  49.  
  50. 4. The cache was disabled when system setup updated the BIOS with
  51. the new amount of installed memory.
  52.  
  53. Less common reasons for upgrading memory causing
  54. performance problems are:
  55.  
  56. 1. The new memory is on an expansion card that is limited to the
  57. speed of the system bus (8MHz on ISA systems) instead of on the
  58. planer (system board) where the limitation does not exist.
  59.  
  60. 2. Slower memory was added to the system.
  61.  
  62.  
  63. Additional BIOS paramters to check
  64. ----------------------------------
  65.  
  66. On some systems there is a BIOS parameter for system speed.
  67. Ensure this is set to the fastest option.  The "Wait States"
  68. parameter in the BIOS Setup program was changed from the optimal
  69. values and needs to be decreased.
  70.  
  71. Cache
  72. -----
  73.  
  74. Internal and external cache should always be enabled except
  75. during the installation of OS/2.  If you experience a problem
  76. with your cache enabled, for example, Traps, etc., the external
  77. cache probably needs to be replaced.
  78.  
  79. ================================================================
  80. SOFTWARE
  81. -----------------------------------------------------------------
  82.  
  83. If your system performs as expected when running only OS/2, then
  84. you probably have a software problem.
  85.  
  86. Device Drivers
  87. --------------
  88. Some device drivers can generate excessive interrupt calls that
  89. slow down your system.  To find the problem, start with a plain
  90. CONFIG.SYS and add a device driver one at a time.  When the
  91. system's performance degrades, the last device driver you added
  92. is most likely the cause.  Some device drivers might also need to
  93. be upgraded.  Contact the vendor of the device driver for
  94. assistance.
  95.  
  96. Desktop
  97. -------
  98.  
  99. You can increase performance by disabling the animation in the
  100. dessktop settings.
  101.  
  102. CHKDSK
  103. ------
  104.  
  105. Running CHKDSK can resolve problems on your hard disk that cause
  106. performance problems.
  107.  
  108.  
  109. Applications
  110. ------------
  111.  
  112. Some applications require a lot of resources to run.  The
  113. application vendor may know how to make their product run
  114. faster.  Adding more memory to your system may also help.
  115. For DOS and windows performance problems see the
  116. performance information for DOS applications.
  117.  
  118. CONFIG.SYS
  119. ----------
  120.  
  121. SET RESTARTOBJECTS=NO - With this statement in the
  122. CONFIG.SYS, the system starts without running any applications
  123. except what is in your startup.cmd file.
  124.  
  125. Diskcache - (FAT only) Changing the value in this field,
  126. increases or decreases performance. The specified value
  127. depends on the amount of available ram.
  128.  
  129. IFS - (HPFS only) The /CACHE:<value> determines the amount of
  130. software cache available to the HPFS installed partitions.
  131.  
  132. Priority disk I/O - specifies the disk I/O priority for
  133. applications running in the foreground.  ON gives foreground
  134. applications more CPU time.
  135.  
  136. MAXWAIT - By decreasing this value, a regular or server process
  137. has its priority increased at a faster rate.
  138.  
  139. TimeSlice - Changing these settings gives the system more/less
  140. time to a process of equal priority.
  141.  
  142. Threads - sets the maximum number of independent actions
  143. (threads) for the system.
  144.  
  145.        Note:  See on-line help for additional information.
  146.  
  147. Utilities
  148. ---------
  149.  
  150.        OS20MEMU.zip - is an unsupported utility, available from
  151.        the IBM PCC BSS (919-0517-0001), that lets you to view
  152.        memory consumption.
  153.  
  154.        SPM/2 - System performance monitor/2.  This application is
  155.        available from the order center.  (800-3IBM-OS2).  This
  156.        application is for sale separately of OS/2 and is supported.
  157.  
  158.  
  159.