Inventor Memory Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
i'm writing a program to automate drawing creation.
To do this I first open and update the parts. There are about 20 parts in total i update and these are then added to some assemblies depending on the configuration required.
As my program progresses the amount of memory used by Inventor increases and increases, it never goes back down when i close parts. I've checked that the parts are in fact being closed by looking at the number of open documents in the application object.
By the time i come to create my drawings Inventor is already using a lot of memory (despite the face that nothing is open) and this causes my drawings to create very slowly.
I know i could close the application and re-open it but this seems a strange workflow to me.
any ideas?
thanks,
John