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
This is the same problem with blogengine.net. He threw EVERY post into cache. Pushing the ram so high, that it was literally unable to continue blogs if there were many many posts...
The cache is not really an issue, assuming a reasonable number of pages (like max. 1000 or so). It's more or less purely text that is being saved and wouldn't take up more space than a handful of MB. Since you are using .net core, I think you should look at issues with .net core – all my apps take between 150-200 MB by default. If you're using a multicore server, look at garbage collection. That seems to have a big effect on memory consumption. Also, check if debugging is on or off, although it should be off by default IIRC, and not sure of the memory impact.
My hosted let me know that memory utilization was high. Looking at it, it shows memory is between 260-300mb (framework dependent deployment)
Is this to be expected (by .net core?)
The text was updated successfully, but these errors were encountered: