Replies: 1 comment
-
@leerob do you think that the We heavily rely on the ISR cache to reduce server load, so my guess is that an increase in CPU usage could be due to some issue regarding the cache. This makes me suspicious of the following PRs that are part of the 15.1.0 release:
@acdlite @ijjk since you collaborated on those PRs, can you think of a reason why this happens? @reh2ur has also noticed a similar issue since his upgrade to 15.1.0, as he has said here: #73908 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Once we upgraded to Next 15.1.0, we started experiencing weird CPU usage peaks at times of low request counts:
The above is our CPU usage vs request count for the last 2 weeks. Here's one for the last 3 hours, captured just now:
As you can see, request counts stay fairly stable, while CPU usage explodes…
Edit: Here's another screenshot — traffic stays the same, yet CPU usage drops significantly:
This has probably happened because the servers stopped getting overwhelmed with requests, as the response times had become near-instant — from ~0.80s to ~0.03s. Such response times only happen for cached content. Therefore, I think that something's wrong with the cache.
Does anyone experience something similar?
Related discussion: #73908
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions