home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / avail.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  1002 b   |  49 lines

  1. AVAIL
  2.  
  3. Reports the amount of Chip and Fast memory available.
  4.  
  5. Format
  6.  
  7. AVAIL [VHIP | FAST | TOTAL] [FLUSH]
  8.  
  9. Template
  10.  
  11. CHIPS/S,FAST/S,TOTAL/S,FLUSH/S
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. AVAIL gives a summary of the system RAM, both Chip and Fast. For each memory
  18. type, AVAIL reports the total amount of memory, how much is available, how
  19. much is currently in use, and the largest contiguous memory block not yet
  20. allocated.
  21.  
  22. Unless you want a complete summary, use the CHIP, FAST, and/or TOTAL options
  23. to have AVAIL display only the number of free bytes of Chip, Fast, or Total
  24. RAM available.
  25.  
  26. The FLUSH option frees memory by removing all unused libraries, devices,
  27. fonts, catalogs.
  28.  
  29. Example 1:
  30.  
  31. 1> AVAIL
  32.  
  33. Type Available In-Use Maximum Largest
  34. chip 233592 282272 515864 76792
  35. fast 341384 182896 524280 197360
  36. total 574976 465168 1040144 197360
  37.  
  38. A complete summary of system RAM is displayed.
  39.  
  40. Example 2:
  41.  
  42. 1> AVAIL CHIP
  43.  
  44. 233592
  45.  
  46. The number of free bytes of Chip RAM is displayed.
  47.  
  48. See Chapter 8 for more examples using AVAIL.
  49.