Closed
Description
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)