Not Enough Memory

Not Enough Memory

Anonymous
Not applicable
217 Views
1 Reply
Message 1 of 2

Not Enough Memory

Anonymous
Not applicable
Dear Group,

I run a lengthy batch program I created with VBA. AutoCAD
stops with a "not enough memory, Abort Retry Ignore" message at the same
spot each time, 1.8 gigs of ram used (according to Task Manager). I have
maximized my paging file size. I have 2 gigs physical ram and a dual 2.6
gig processor.

Autodesk, please what else can I do? The mem used by AutoCAD keeps
increasing as the program runs and I need to be able to release it for the
program to continue. I've tried using VB as a controller but things only
get worse. Any repeated process will eventually make AutoCAD lock up.

Please help!

Thanks,
Rick
0 Likes
218 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Consider modifying batch loop to work with one drawing at a time (close current dwg, open next). -- Rob_Kish - I'm the Spartacus of VBA! 'my vbd journal' (http://tinyurl.com/ypt2v) -the truth of a proposition is not related to its credibility ... and vice versa.- --lazarus long ------------------------------------------------------------------------ Rob_Kish's Profile: http://www.vbdesign.net/expresso/member.php?action=getinfo&userid=288 View this thread: http://www.vbdesign.net/expresso/showthread.php?threadid=25581
0 Likes