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

Reduce memory footprint #3

Closed
GoogleCodeExporter opened this issue Sep 23, 2015 · 3 comments
Closed

Reduce memory footprint #3

GoogleCodeExporter opened this issue Sep 23, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

The current memory footprint is excessive, mainly because both the original 
summary text for a post is stored in memory, and also the text vector.

Original issue reported on code.google.com by lar...@gmail.com on 6 Feb 2011 at 8:33

@GoogleCodeExporter
Copy link
Author

One way to do this might be to store the post contents in a dbm file where it 
can be looked up when we need to recalculate. In the meantime we don't need to 
store the contents, once the points have been calculated. The dbm file can be 
deleted and recreated every time we start the server.

Original comment by lar...@gmail.com on 13 Feb 2011 at 9:08

@GoogleCodeExporter
Copy link
Author

The memory-save branch has made good progress on this. The original branch uses 
132 MB of RAM, but this branch uses only 53 MB. Stopping here to consider 
whether this is enough.

Original comment by lar...@gmail.com on 20 Feb 2011 at 3:41

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Not relevant any more.

Original comment by lar...@gmail.com on 20 Aug 2011 at 6:00

  • Changed state: WontFix

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

No branches or pull requests

1 participant