- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Cache memory
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 07:46 AM
12-20-2006 07:46 AM
Patches:
VMS731_ACRTL V4.0
VMS731_VMSMUP V1.0
VMS731_RMS V6.0
VMS731_SYSINI V1.0
VMS731_AUDSRV V2.0
VMS731_GRAPHICS V4.0
VMS731_FIBRE_SCSI V7.0
VMS731_LAN V13.0
VMS731_DRIVER V3.0
I am not having cache memory showing allocated of 1.6gig with maximum of 5gig.
It used to allocate the complete 5gig on boot and then decrement as applications (processes) requested more memory. This time though it started with the allocated around that value.
Anyone know what controls that allocated value and why it didn't start with the allocated of 5gig after the reboot?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 07:48 AM
12-20-2006 07:48 AM
Re: Cache memory
Are you using XFC or VIOC?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 07:50 AM
12-20-2006 07:50 AM
Re: Cache memory
Extended File Cache (Time of last reset: 14-DEC-2006 13:05:23.85)
Allocated (GBytes) 1.66 Maximum size (GBytes) 5.00
Free (GBytes) 0.00 Minimum size (GBytes) 0.00
In use (GBytes) 1.66 Percentage Read I/Os 78%
Read hit rate 94% Write hit rate 0%
Read I/O count 9390272 Write I/O count 2609222
Read hit count 8920570 Write hit count 0
Reads bypassing cache 416 Writes bypassing cache 1101952
Files cached open 845 Files cached closed 8617
Vols in Full XFC mode 0 Vols in VIOC Compatible mode 24
Vols in No Caching mode 0 Vols in Perm. No Caching mode 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 07:53 AM
12-20-2006 07:53 AM
Re: Cache memory
Pretty much showing allocated 1.66g and max 5gig.
I am thinking of creating script to just output that to a file every 30 min or so just to see if it changes over time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 08:41 AM
12-20-2006 08:41 AM
Re: Cache memory
(with most if not all current ECOs), and mine
(with 2GB of memory, after being up for
months) says things like:
Allocated (MBytes) 145.50
Maximum size (MBytes) 1024.00
and then, after I do some file I/O:
Allocated (MBytes) 165.87
Maximum size (MBytes) 1024.00
So, I'd guess that it might not allocate
storage until it actually needs it for
something, and it's probably giving it back
when it's idle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 09:54 AM
12-20-2006 09:54 AM
SolutionRight after startup I would expect low usage and if anything, that 1.6GB seems high to me, and surely better than 5GB.
As long as it grabs the 5GB if and when needed, concurrent application competition permitting, then all should be well.
For now, I see no indication anything it wrong. The cache hits are there to prove it!
Now I happened to talk to Mark H last week and I believe he indicated a fix where page file data is no longer cache, and execuatable image data is cached better. Sorry, details are vague.
Maybe your prior startup read a crashdump making it fill the cache early on?
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 10:37 AM
12-20-2006 10:37 AM
Re: Cache memory
You can use T4 to collect XFC stats, along with other system metrics. See http://h71000.www7.hp.com/openvms/products/t4/ for the download.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 02:26 PM
12-20-2006 02:26 PM
Re: Cache memory
I definitely have had I/O since boot from normal operations and even backups (netbackup and even a local backup). Wonder if something in those patches cause memory to be handled differently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 06:57 AM
12-21-2006 06:57 AM
Re: Cache memory
Your cache appears to be working correctly. The important figure is the "Maximum Size" - this is what the cache will grow to if the memory is available and yours is sitting at the full 5GB
Although I don't have the luxury of GB of memory, I try to give the cache as much as possible, so with main memory sitting at 1024.00MB I have VCC_MAX_CACHE set to 768.
User are starting ot logoff the system and the evening batch jobs are starting so show mem/cache reports are now showing:
Allocated (MBytes) 547.06
Maximum size (MBytes) 768.00
After the batch jobs get into full swing, the report changes to :
Allocated (MBytes) 752.30
Maximum size (MBytes) 768.00
Both situations report a 98% Read hit rate which tells me that I could probably benefit from some additional memory, but I know that's not going to happen.
You, on the other hand are showing a 94% Read hit rate with 1.66GB allocated. So, there wouldn't be any benefit in allocating additional memory (at that time).
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 03:41 AM
12-28-2006 03:41 AM
Re: Cache memory
I have monitored the primary and its now at 2.41 GB allocated. So it is slowly allocating space.
I honestly can't tell why this one system is allocating less at startup and ramping up as needed, when it has always been using close to the 5g every other time it boots.
For those not using XFC cache I can tell you that was one of the biggest boosts in performance we have had. The other was migrating from HSJ disk controllers to Fiber disk array (XP1024). That move was a huge improvement on our I/O. So if you get a chance of increasing memory for cache, try it, you might be surprised at the improvements you can get.