We recently upgraded to 7.12.3
All looked good but twice in the last week the appPool on each of the servers has just suddenly increased memory use to the point where the server grinds to a halt and the appPool then stops.
Anybody else had and resolved this issue or having similar issues with the latest version?
We are on 2 front end load balances servers and one backend.
The memory use spikes quite quickly over the course of about 20 mins. I haven't found any reason for this yet so will be investigating further in the morning.
I had a problem similar to yours, but it was lower versions.
Probably it is the indexing of the examine running that causes the memory consumption. this will depend on the size of your content. One tip would be to add the RebuildOnAppStart setting to false.
App Pool suddenly uses all memory
We recently upgraded to 7.12.3 All looked good but twice in the last week the appPool on each of the servers has just suddenly increased memory use to the point where the server grinds to a halt and the appPool then stops.
Anybody else had and resolved this issue or having similar issues with the latest version?
We are on 2 front end load balances servers and one backend.
The memory use spikes quite quickly over the course of about 20 mins. I haven't found any reason for this yet so will be investigating further in the morning.
Thanks
Hi, Richard,
I had a problem similar to yours, but it was lower versions.
Probably it is the indexing of the examine running that causes the memory consumption. this will depend on the size of your content. One tip would be to add the RebuildOnAppStart setting to false.
https://our.umbraco.com/Documentation/Reference/Config/ExamineSettings/
This setting prevents the memory leak loop from restarting the application, and back because the examine returns to index.
Obviously it can be more of a cause, but see if that's not it
I I'm not sure this is a good option for our build as if the indexes did not exist then parts of the site could fall over.
OK thanks Marcio. At the moment I am just investigating all avenues until I have something a bit more concrete to go on.
is working on a reply...