home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / PM_MEM.ZIP / PM_MEM.HLP < prev   
Text File  |  1989-10-13  |  880b  |  18 lines

  1. PM_MEM - A PM Memory monitor
  2.  
  3.  This program will track the available free memory in an OS/2 system.
  4.  It does this by calling DosAvailMem and allocating memory until the
  5.  there is only 20 Kb of free memory left or until 20 blocks of memory
  6.  are allocated. Then it frees all allocated memory blocks. The frequency
  7.  of this operation can be set by the user by typing ALT-I. F3 ends
  8.  the application. The application will remember its previous location
  9.  on the screen if it is closed by F3.
  10.  
  11.  WARNING : This application can slow down your whole system if you set
  12.  the frequency to high. Sometimes PM_MEM will crash when there is to much
  13.  activity in the system (Starting several applications concurrent), this
  14.  doesn't happen frequently and only affects PM_MEM.
  15.  
  16.  It should be clear that this applications is misbehaved, but it offers some
  17.  very useful information.
  18.