AutoCAD 2010/2011/2012 DWG Format
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Cache all layout tabs at the same time
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
In the options I have "Cache model tab and all layouts" selected. My computer has 12 GB of memory so it does this well. However the first time I switch to a tab it takes a while. Is there anyway to automatically cache all of them at once even before I switch to them? That way I can just get them all cached and work on something else while waiting a long time instead of waiting over and over for short periods of time.
Solved! Go to Solution.
Re: Cache all layout tabs at the same time
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Instead of caching layouts try setting it to regen when switching layouts. Since most regens are pretty fast these days this will usually give you the fastest way to switch between layouts. (Also it won't use up all your memory by storing all those layout displays.)
Re: Cache all layout tabs at the same time
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
That is the opposite of what I want, I have tons of memory and I want to take advatage of it. By setting it to regen every time it is slow, but once a layout is cached then it swicthes really fast. I just want to cach all of them in one shot.
Re: Cache all layout tabs at the same time
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
jbear0000 wrote:In the options I have "Cache model tab and all layouts" selected. My computer has 12 GB of memory so it does this well. However the first time I switch to a tab it takes a while. Is there anyway to automatically cache all of them at once even before I switch to them? That way I can just get them all cached and work on something else while waiting a long time instead of waiting over and over for short periods of time.
JBear,
That how AutoCAD handles it's display list
when you set "Cache model tab and all layouts" (it's the default) it means:-
when you first open your dwg (in model) the Model tab goes to Cache, when you switch to a Layout tab, that layout appended to Cache and so on. the second time you switch a layout tab it will be from Cache.
Cheers
Moshe
Re: Cache all layout tabs at the same time
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Moshe, I know that this is how it works, that isn't what I am asking about. I am asking if anyone knows a command or of a lisp that will force autocad to load them all. Even if it takes a few minutes. I would rather get the waiting done all in one shot instead of waiting 15 times. While it is caching them I could get coffee, work on something else etc. Then when it is done caching I can come back to autocad and it will switch layout tabs quickly.
Re: Cache all layout tabs at the same time
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: Cache all layout tabs at the same time
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
jbear0000 wrote:Moshe, I know that this is how it works, that isn't what I am asking about. I am asking if anyone knows a command or of a lisp that will force autocad to load them all. Even if it takes a few minutes. I would rather get the waiting done all in one shot instead of waiting 15 times. While it is caching them I could get coffee, work on something else etc. Then when it is done caching I can come back to autocad and it will switch layout tabs quickly.
attached is a lisp file (made special for you) cache_all_layouts.lsp
load it manually for each dwg with alot of layouts
in order to automaticlly run it each time you open a dwg put it in
application load startup suite. not that openning will be much delayed.
cheers
moshe
Re: Cache all layout tabs at the same time
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Moshe, thanks, that is just what I needed, it works great.
