I've noticed that newer games sometimes have inconsistent frame times even when I cap them at 60 FPS. My GPU and CPU temperatures and overall usage look fine: the CPU sits around 40%, the GPU often stays below 90%, and neither my 32 GB of system memory nor 12 GB of VRAM is close to full. That makes me wonder whether the game engine or something else is causing the stuttering.
Could my memory be too slow and hurting my 1% lows or frame-time consistency? I'm using four 8 GB Kingston Fury Beast DDR4 modules running at 3200 MT/s with timings of 16-18-18-36. The rest of the system is a Ryzen 7 5800X and an RTX 3080 Ti. Is this memory configuration still sufficient, or would faster RAM make a noticeable difference?
2 Answers
Overall CPU usage can be misleading because many games don’t spread their workload evenly across all available threads. Monitor individual cores or threads while the stuttering happens. If one important thread is saturated, that can explain the low GPU usage and inconsistent frame times even though the processor reports only 40% overall usage.
If no core or thread is close to being consistently maxed out, the cause may be elsewhere, such as shader compilation, background tasks, asset streaming, game-engine behavior, or the frame limiter itself.
RAM speed usually won’t show up as a separate usage limit. Slower memory can make the CPU wait a little longer, so the effect is generally reflected as lower CPU performance rather than unusually high RAM usage. Moving from DDR4-3200 to something like DDR4-3600 might improve performance slightly, but probably only by a few percent at most.
Since the GPU isn’t fully utilized and the total CPU usage is only around 40%, check usage per core or, better yet, per game thread. A single busy core can limit frame rates while the overall CPU percentage still looks low.
So I should look for one or more individual CPU cores or threads running close to 100%, rather than relying on the overall CPU percentage?

If none of the individual cores or threads are heavily loaded during the problem, then the RAM probably isn’t the main issue?