You are troubleshooting a performance issue on an OCI compute instance. You suspect that the instance is experiencing CPU throttling due to credits being exhausted. Which compute shape type are you most likely using?
Trap 1: HPC (High-Performance Computing) Shape
HPC shapes are optimized for tightly coupled MPI workloads with dedicated cores, not burstable CPU credits.
Trap 2: Bare Metal Standard Shape
Bare metal shapes dedicate the entire physical hardware and do not use burstable CPU credits.
Trap 3: GPU Shape
GPU shapes are designed for graphics and parallel compute acceleration without burstable credit limits.
- A
HPC (High-Performance Computing) Shape
Why wrong: HPC shapes are optimized for tightly coupled MPI workloads with dedicated cores, not burstable CPU credits.
- B
Standard AMD Flexible Shape with baseline OCPU performance enabled
Burstable instances use CPU credits to allow temporary bursting above baseline, which can lead to throttling if credits run out.
- C
Bare Metal Standard Shape
Why wrong: Bare metal shapes dedicate the entire physical hardware and do not use burstable CPU credits.
- D
GPU Shape
Why wrong: GPU shapes are designed for graphics and parallel compute acceleration without burstable credit limits.