You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Gin for our project. However, without adding any additional routes or configurations—just starting the Gin server with the following setup—we are encountering an issue.
Try to run a profiler on your program and see which part is consuming too much CPU, check this link: https://go.dev/blog/pprof
thanks @AmiZya but i did run profiler and there is nothing that I found. Thats a reason only have above code in my program and still High CPU, so is it some configuration I am missing coz tried all like "COMPRESSION" changes and runtime CPU and more.
Hello,
We are using Gin for our project. However, without adding any additional routes or configurations—just starting the Gin server with the following setup—we are encountering an issue.
Please find attached screenshot for cpu utilization.
The text was updated successfully, but these errors were encountered: