Re: procedure cache flush?
From: Wayne Snyder (wayne.nospam.snyder_at_mariner-usa.com)
Date: 01/24/05
- Next message: Alex: "Re: What are dirty pages?"
- Previous message: Aaron [SQL Server MVP]: "Re: Free and Used Allocated Space with Shrinkfile"
- In reply to: arthur: "procedure cache flush?"
- Next in thread: arthur: "Re: procedure cache flush?"
- Reply: arthur: "Re: procedure cache flush?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 12:51:32 -0500
Lazy Writer marks objects in proc cache for removal if they have not been
referenced in a while.
-- Wayne Snyder, MCDBA, SQL Server MVP Mariner, Charlotte, NC www.mariner-usa.com (Please respond only to the newsgroups.) I support the Professional Association of SQL Server (PASS) and it's community of SQL Server professionals. www.sqlpass.org "arthur" <alangham@gmail.com> wrote in message news:1106576154.599621.204540@z14g2000cwz.googlegroups.com... > on friday i checked the size of the procedure cache (using dbcc > proccache) and it was at 1G. now it's at 340Mb. is there some process > that clears the cache periodically, or did i just do my math wrong? on > a related note, has anyone seen the performance monitor buffer > manager:procedure cache counter give incorrect results?) > > also, what objects, other than stored procedures, are in the procedure > cache? > > if anyone has any more recommendations on articles or books on the > topic of sql server memory management and configuration it would be > greatly appreciated. > > sorry for the question spam. > > thanks, > > arthur >
- Next message: Alex: "Re: What are dirty pages?"
- Previous message: Aaron [SQL Server MVP]: "Re: Free and Used Allocated Space with Shrinkfile"
- In reply to: arthur: "procedure cache flush?"
- Next in thread: arthur: "Re: procedure cache flush?"
- Reply: arthur: "Re: procedure cache flush?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|