The Display List for a simple drawing, such
as
the shuttle
Columbia, might require only 20 Kbytes. Complex drawings
may require several megabytes. We have seen Display Lists
for a drawing range from one-tenth the size
of
the drawing
file to three times the size.
In
general, the Display List aver-
ages about about the same
as
the
DWG
file size. The Fast Redraw List will also occupy some memory, with the worst case
being that it occupies
as
much
as
the Display List. This
means that you should count on both lists generally talcing up
as
much
as
twice the
DWG
file size. Also, complex objects
such as circles and text expand when translated into display
list format, so a drawing with a lot
of
complex objects and
text will have a larger display list than a simpler drawing.
NOTES:
Text takes up a disproportionate amount
of
space in the Dis-
play List.
To
keep the list small, put text in its own layer
of
the drawing; then don't display the text layer when editing
the rest
of
the figure. This will keep memory consumption
down and speeds up execution.
The AutoCAD manuals have an excellent section on perfor-
mance, concentrating on memory usage.
To
get the most per-
formance out
of
the program, read the appropriate sections
of
those manuals,
as
well
as
this one.
If
you find that yourDLD386-VGA REDRAWs, PANs, and
ZOOMs are causing excessive hard disk accesses (due to
paging or swapping), you are probably running out
of
RAM
space. At this point you have three options:
1.
Start using the DLDCLEAN command more frequently.
2.
Disable the Fast Redraw List, which will slow down your
redraws and give you a little more RAM to play with; or
3.
Buy at least one or two more megabytes
of
32-bit
RAM.
The latter will greatly improve your productivity under
AutoCAD.
You
may want
to
use the DLDUSAGE command, described
in the previous section, to keep tabs on your display list usage
as
time goes on.
Your system may not have enough memory to manage large
drawings without excessive paging and also simultaneously
support the Display List and the Fast Redraw List. This may
happen because DLD386-VGA makes AutoCAD run so
much faster that you want
to
work with larger drawings! Af-
ter a certain amount
of
time spent adjusting memory parame-
ters, the only way
to
do your work at top speed is to buy more
memory.
17 .8
The
Remove/Overwrite Option
During installation, you are asked
if
you wish to maintain the
Display List and the Fast Redraw List by removing or overwriting erased vectors; you also have the option
of
disabling
either or both lists, though this option is not needed for normal operations.
68
The AutoCad DLD-386 Driver