home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / k / kutil12.zip / HOGS.DOC < prev    next >
Text File  |  1992-08-18  |  5KB  |  125 lines

  1.                                 Memory Hogs
  2.  
  3.                                 Version 1.1
  4.  
  5.                    Copyright (C) 1992, Kamyan Software.
  6.                              1228 Robin Drive 
  7.                           Carol Stream Il. 60188
  8.                             All rights reserved
  9.                               (708) 837 - 0320
  10.  
  11.  
  12. Index for Memory Hogs
  13.  
  14. 1.0 Introduction
  15.  
  16. 2.0 Disclaimer
  17.  
  18. 3.0 Distribution Information
  19.  
  20. 4.0 File list
  21.  
  22. 5.0 Revision History
  23.  
  24. 6.0 Users Reference
  25.  
  26.  
  27.  
  28.  
  29.  
  30. 1.0 Introduction
  31.  
  32. Memory Hogs is part of the Kamyan Utilities package ( See separate document
  33. kutils.doc for details about Kamyan Utilies).  Memory Hogs will display the
  34. amount of memory running windows applications use.  The applications will be
  35. sorted from largest to smallest in memory usage.  Options include showing
  36. memory usage of DLL ( dynamic link libraries, and windows resources such as
  37. fonts ), updating the memory usage every second, and compacting memory.
  38.  
  39.  
  40.  
  41. 2.0 Disclaimer
  42.  
  43. Kamyan Software makes no representations or warranties with respect to
  44. this software or documentation, and specifically disclaims any express
  45. or implied warranties of merchantablilty or fitness for any purpose.
  46. Further Kamyan Software reserves the right to make changes to any and all 
  47. parts of the software, at any time, without obligations to notify any 
  48. person or organizations.  Kamyan Software will not be liable for any special,
  49. incidental, consequential, indirect or similar damages due to loss of data or
  50. any other reason, even if Kamyan Software or an agent of Kamyan Software
  51. has been advised of the possibility of such damages.  In no event shall
  52. Kamyan Software's liability for any damages ever exceed the price paid
  53. for the license to use the software, regardless of the form of the claim.
  54.  
  55.  
  56.  
  57.  
  58. 3.0 Distribution Information
  59.  
  60. Memory Hogs is part of the Kamyan Utilities package and can only be 
  61. distributed as part of that package see the kutils.doc file for details.
  62.  
  63.  
  64. 4.0 Files list
  65.     
  66. The following files make up the Memory Hogs utility:
  67.  
  68.     hogs.exe    - the windows application
  69.     hogs.doc    - this file
  70.  
  71. 5.0 Revision information
  72.  
  73.     Version 1.1 - September 5, 1992
  74.         Minor bug fix
  75.  
  76.     Version 1.0 - July 12, 1992
  77.         First release
  78.  
  79.  
  80.  
  81. 6.0 Users Reference
  82. 6.1 Running Memory Hogs
  83.  
  84. Memory Hogs was designed to run with Windows 3.1.  It makes use of the
  85. toolhelp.dll program which is part of Windows 3.1.  It may run with
  86. Windows 3.0 if the toolhelp.dll program is in the Windows system directory,
  87. but this has not been tested.
  88.  
  89. When you start Memory Hogs the memory usage of all Windows programs will
  90. be evaluated, sorted and displayed.  Pressing the Evaluate Memory Usage
  91. button will cause a complete memory evaluation again.  You may want to do
  92. this after loading a new program or after working with a running program.
  93.  
  94. 6.2 Compacting Options
  95.  
  96. The Compact Memory button will force Windows to discard all parts of memory
  97. that are not currently beening using, when these memory blocks are needed again
  98. Windows will reload it from disk (hopefully from your Cache).  After using this
  99. option evaluate memory usage again.  Now you will see some reordering of memory
  100. usage.  Compacting Memory a few times in a row will sometimes forces more
  101. memory blocks to be discarded.  When using this option the Memory Free total at
  102. the top of the Memory Hogs does not change.  This is because this total takes
  103. into account all memory areas that can be discarded.
  104.  
  105. If you are running out of memory trying to run a program or when using 
  106. a feature of a program, try using this option right before the operation
  107. that causes the out of memory problem.  I have found that this sometimes helps
  108. and allows the program to be loaded or operation to take place.
  109.  
  110. 6.3 Showing DLLs
  111.  
  112. Select this check box if you wish to see the memory usage of DLLs.  DLLs
  113. can be parts of programs that can be shared with other programs, or
  114. data resources used by Windows program.  DLLs are not added in to the
  115. memory usage tally for program since DLLS can and often are shared by
  116. multiple programs.  However some DLLS are used by only one program, 
  117. so keep this in mind when trying to determine how much memory a program uses.
  118.  
  119. 6.4 Update each Second
  120.  
  121. Selecting this check box will cause Memory Hogs to evaluate memory usage
  122. each second.  Turn this option on and then preform some operations in a
  123. program to see how the memory used by the program changes based on
  124. different operations.
  125.