ipfs/kubo

Disable metrics database layer with IPFS_LOW_MEM

Open

#2.946 geöffnet am 6. Juli 2016

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (2.725 Forks)batch import
help wantedtopic/repo

Repository-Metriken

Stars
 (13.906 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 2h) (28 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide