Dennis —
As I undestand it, ACADFREERAM is a place in memory that AutoCAD
uses to store temporary results from unfinished calculations. The maximum
setting is 24000 bytes. Try putting this line of text into your
AUTOEXEC.BAT file:
..
set acadfreeram=24000
..
and that should fix any "Out of RAM" error messages.
— Brad
..