Download sliceOmatic 4.3 User`s Manual
Transcript
The BASIC Module 4.1.6.4 From the Command Line The following commands can be used in the command line or in a script file: memory: images cleanup of unused image memory memory: undo delete all “undo” buffers memory: geom delete all 3D geometries The following variables can be used in the commands: $MEMORY_MANAGER (Read/Write, string) $MEMORY_RAM $MEMORY_TOTAL $MEMORY_SLICEOMATIC $MEMORY_SYSTEM $MEMORY_HIGH_WATER $MEMORY_LOW_WATER (Read Only, integer) (Read Only, integer) (Read/Write, integer) (Read/Write, integer) (Read/Write, integer) (Read/Write, integer) $MEMORY_IMAGES $MEMORY_UNDO $MEMORY_GEOM (Read Only, integer) (Read Only, integer) (Read Only, integer) By default, the variables are initialized with: $MEMORY_MANAGER = $MEMORY_TOTAL = $MEMORY_RAM = $MEMORY_SLICEOMATIC = $MEMORY_SYSTEM = $MEMORY_HIGH_WATER = $MEMORY_LOW_WATER = ON Value given by Windows for the total addressable space Value given by Windows for the amount of RAM memory in the computer Size of the program without any images. Estimated to 50 MBytes Amount of RAM memory reserved by Windows. Estimated to 100 MBytes Computed from: $MEMORY_RAM - $MEMORY_SYSTEM Computed from: (80% of MEMORY_RAM) - $MEMORY_SYSTEM 75