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

Track memory of RAM filesystem #352

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

simongog
Copy link
Owner

@simongog simongog commented Nov 8, 2016

The in-memory construction provided by method construct_im calls the usual semi-external construction but uses a simple filesystem in RAM instead of disk files. Method construct_im is only intended for very small inputs (at most a couple of kBs) where construction is faster than interacting with disk.
The memory of the RAM filesystem was not yet tracked by the memory_monitor. This branch fixes this issue.

@tb-robot
Copy link
Collaborator

tb-robot commented Nov 8, 2016

Can one of the admins verify this patch?

@mpetri
Copy link
Collaborator

mpetri commented Nov 21, 2016

can we use this new track_allocator to also keep track of the currently untracked memory (m_longsuperblock and m_miniblock) in select_support_mcl?

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

Successfully merging this pull request may close these issues.

3 participants