ipfs/kubo

Disable metrics database layer with IPFS_LOW_MEM

Open

#2,946 创建于 2016年7月6日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Go (2,725 fork)batch import
help wantedtopic/repo

仓库指标

Star
 (13,906 star)
PR 合并指标
 (平均合并 4天 2小时) (30 天内合并 28 个 PR)

描述

Currently, one of the largest consumers of memory is the metrics datastore layers 'hdr histogram'. It consumes between 20 and 30MB of memory. It would be nice if when IPFS_LOW_MEM is set that this layer doesnt get added in, or gets slimmed down in some way.

贡献者指南