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

Store providers to disk #2847

Closed
whyrusleeping opened this issue Jun 13, 2016 · 1 comment
Closed

Store providers to disk #2847

whyrusleeping opened this issue Jun 13, 2016 · 1 comment
Assignees
Labels
kind/enhancement A net-new feature or improvement to an existing feature status/in-progress In progress

Comments

@whyrusleeping
Copy link
Member

Currently, provider records are kept in memory. this is the primary reason for excess memory growth in ipfs.

I've started to work on a solution to move all this data to disk, and use a variable sized LRU cache to retain the performance of an in memory data source (these queries need to be responded to FAST)

@whyrusleeping whyrusleeping added the kind/enhancement A net-new feature or improvement to an existing feature label Jun 13, 2016
@whyrusleeping whyrusleeping self-assigned this Jun 13, 2016
This was referenced Jun 13, 2016
@whyrusleeping whyrusleeping added this to the Ipfs 0.4.3 milestone Jun 21, 2016
@Kubuxu Kubuxu added the status/in-progress In progress label Jun 24, 2016
@whyrusleeping
Copy link
Member Author

this is done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature status/in-progress In progress
Projects
None yet
Development

No branches or pull requests

2 participants