1
I have a server with Aspnet applications running IIS 7.
It always worked normally. But since yesterday the CPU is always using 100% in times with more access, causing unavailability in various sites and loss of performance.
I have tried to limit the size of the pool in memory and limit the pool processing, I have restarted the server and IIS several times, but always comes back the problem.
Does anyone have any idea what I can do?
It is clear that your server is not scaling well enough for the demand it should meet. The recommendation is to get more resources, i.e.: think about using more machines, or improve the hardware of the current machine.
– Oralista de Sistemas
This I realized, but I am looking for a solution that can be applied at the moment, there is no way I can allocate more resources on this server. Someone else has a suggestion?
– Augusto
Allocate more resources == buy a more powerful processor.
– Oralista de Sistemas