Not applicable
12-29-2016
12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Link copied
Hi,
what cache do you mean? AutoCAD (Vanilla) does not have a cache.
AutoCAD only creates some temporary files, they are placed by default in the user's temp folder (%TEMP%) as long as it is not changed in the settings (command _OPTIONS, tab Files)
- alfred -
Hi,
>> this type of cache - due to layout regen options
Well, afaik that is only built in memory, not as files on the harddisk.
I would not know a way to force AutoCAD to free that resource in the memory. Just as a guess: this cache is built for loaded files, closing the file should make the memory for that file clean.
What issues do you have that you know how it can be turned off, but you don't want to turn it off, instead you want to clean this cache? What thoughts are behind that idea?
- alfred -
Hi @Anonymous,
Are you seeing any problems in AutoCAD that make you want to adjust the memory tuning? It is possible to clear the cache by setting it to 0 temporarily as discussed in this article.
Please select the Accept as Solution button if my post solves your issue or answers your question.
Hi @Anonymous,
You are correct, but as the article indicates, the files are stored at \AppData\Local\Autodesk\. . . folder under GraphicsCache and can be deleted.
HI @Anonymous,
Perhaps you should invest in some more hardware. What is your current configuration?
Hi,
>> after 2 hours I need to restart it.
That's normal for me, I never have AutoCAD longer open than max 3 hours.
What makes you sure that it's the layout cache that slows you down?
- alfred -
Patrice BRAUD
Try this macro
^C^CCACHEMAXFILES;0;CACHEMAXFILES;256;CACHEMAXTOTALSIZE;0;CACHEMAXTOTALSIZE;1024;
This should reset the cache with out closing and restarting Autocad, had the same issue. This fixed the problem for me.