Omniverse Content Cache (OVCC)#
OVCC (formerly USD Content Cache, UCC) provides a reverse proxy cache between object storage and Cloud Function clients. It caches USD (Universal Scene Description) content to accelerate scene loading and reduce bandwidth costs.
The Helm chart is published as ovcontentcache on NGC; OVCC is
the short product name used in prose.
Overview#
OVCC intercepts requests for USD content from object storage sources (S3, Azure Blob Storage, NVIDIA Omniverse Nucleus) and serves cached content when available. On cache hits, content is served directly from persistent storage. On cache misses, OVCC fetches content from the upstream source, caches it locally, and serves it to the client. This reduces egress costs from cloud storage providers and improves scene load times.
When to Use OVCC#
Working with USD scenes stored in object storage
Want to reduce bandwidth usage and egress costs
Need faster scene loading times
Documentation#
Configuration Guide - Helm values, scaling, storage, and cache settings
Deployment Guide - Installing OVCC using Helm
TLS Configuration - Enable encrypted communication
Runbooks - Troubleshooting common operational issues
Runbooks
- OVCC Runbooks
- OVCC: Connection Saturation and High Response Times
- OVCC: Data Disk Bandwidth Bottlenecks
- OVCC: Metadata Cache Undersizing
- OVCC: Network Bandwidth Saturation
- OVCC: Upstream S3 Connection Spikes and High Connect Time