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

Cache seems to be paged out #840

Open
allnode opened this issue Feb 16, 2018 · 0 comments
Open

Cache seems to be paged out #840

allnode opened this issue Feb 16, 2018 · 0 comments

Comments

@allnode
Copy link

allnode commented Feb 16, 2018

To improve the performance of Search, I use the Plomino Cache function to save in the memory cache the search results:
See: http://dmcbeam.org/olmsted-county-community-health/frmWideSearchGeneralFront

And generally it works well. However, I am finding the cached result is transient. I am not sure what caused it to be "decached". I suspect that it may have something to do with my Plone server memory needs to be paged out when certain conditions happen. Is there some action I can take to expand the reserved memory size so that my cached search results don't get paged out?

https://github.com/plomino/Plomino/wiki/HOW-TO-Use-cache-to-improve-performances

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

1 participant