Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Consumption - 250mb #255

Open
dyardyGIT opened this issue May 20, 2018 · 2 comments
Open

Memory Consumption - 250mb #255

dyardyGIT opened this issue May 20, 2018 · 2 comments

Comments

@dyardyGIT
Copy link

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?)

@spoiledtechie
Copy link

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...

@jddonovan
Copy link
Contributor

jddonovan commented Jun 13, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants