home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / OS2CO2.ZIP / MEMMAN.HLP < prev    next >
Text File  |  1989-06-01  |  365b  |  17 lines

  1. The MEMMAN directive controls OS/2's virtual memory manager and
  2. swapper modules.  It enables or disables dynamic segment motion
  3. and/or segment swapping.  
  4.  
  5. Directive syntax:    MEMMAN = SWAP|NOSWAP,MOVE|NOMOVE
  6.  
  7. Default value:        SWAP,MOVE
  8.  
  9. Multiple occurrences:    No    
  10.  
  11. Affects protected mode:    Yes
  12.             
  13. Affects real mode:    No
  14.  
  15. Example:        MEMMAN = NOSWAP,MOVE
  16.  
  17.