home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WIZ13D.ZIP / DPMI.DOC < prev    next >
Text File  |  1994-09-15  |  669b  |  25 lines

  1. MemoryManagement for File Wizard
  2. ================================
  3.  
  4. Following environment settings change the memory management
  5. for the built in DPMI server. Wrong settings may lead to
  6. an irregular behaviour of File Wizard !
  7.  
  8. The settings are passed via the DOS environment varibale RTM.
  9.  
  10. SET RTM=[option value] [option value] ...
  11.  
  12. possible options:
  13.  
  14. EXTLEAVE nnnn   Let nnnn Kbyte extended memory left
  15. EXTMAX   nnnn   Only use a maximum of nnnn kByte of extended memory
  16.  
  17. Example:
  18.  
  19. SET RTM=EXTLEAVE 2048
  20.  
  21. SET RTM=EXTLEAVE 2048 EXTMAX 4096
  22.  
  23. -> Use this environment variable on your own risk <-
  24. -> illegal settings may lead to data loss         <-
  25.