home *** CD-ROM | disk | FTP | other *** search
- * --------------------------------------------------
- * Display the amount of memory available in various
- * categories. Use the dbasedos.ini file to make
- * changes to the memory configuration used by dBASE.
- * --------------------------------------------------
- ? " -- tmemory: Current memory configuration --"
- ? "running dBASE version:", version(0)
- ? "DATE: ", date()
- ? "memory(0):total unused memory available to dBASE ", memory() ,"K"
- ? "memory(1):memory committed to dBASE but currently not used", memory(1),"K"
- ? "memory(2):low DOS memory available ", memory(2),"K"
- ? "memory(3):extended memory not currently used by dBASE ", memory(3),"K"
- ? "memory(4):virtual address space (0 if VMM not active) ", memory(4),"K"
- ? "memory(5):physical memory used by dBASE VMM ", memory(5),"K"
- ? "memory(6):file buffer cache ", memory(6),"K"
- ? "memory(7):VMM swap file size ", memory(7),"K"
- ? "memory(8):largest contiguous memory chunk ", memory(8),"K"
-