MDI_LISP_COMPRESS
Normally, the LISP engine will compress and
store the LISP code+data core for each drawing when switching to
another drawing, and decompress and load the LISP code+data core
for the activated drawing.
Compressing and decompressing will take some
time ... therefore, this option allows to define a threshold value
for the LISP code+data core size :
if the size of the LISP code+data core is less
than this value, the LISP code+data core is not compressed and
decompressed, but only stored.
This will significantly improve speed when
switching between drawings (on slow machines), but uses some more
(system) memory.
Arguments |
integer number 0 ... 500
(MBytes), specifies the minimum used LISP memory size, to allow the
compression to be used; |
Default |
0 - always compress the used LISP memory when switching between drawings |
Example |
MDI_LISP_COMPRESS #
16 |
Remarks |
should only be adjusted on
very slow machines; |
© Bricsys NV. All rights reserved. |