remove IPFS_LOW_MEM flag support
* HasBlockBufferSize and provideKeysBufferSize no longer matter as we have an infinite in-memory buffer. * provideWorkersMax now defaults to 6 so changing this to 16 actually _increases memory consumption.
Showing
... | ... | @@ -12,7 +12,6 @@ require ( |
github.com/ipfs/go-ipfs-blocksutil v0.0.1 | ||
github.com/ipfs/go-ipfs-delay v0.0.1 | ||
github.com/ipfs/go-ipfs-exchange-interface v0.0.1 | ||
github.com/ipfs/go-ipfs-flags v0.0.1 | ||
github.com/ipfs/go-ipfs-pq v0.0.1 | ||
github.com/ipfs/go-ipfs-routing v0.0.1 | ||
github.com/ipfs/go-ipfs-util v0.0.1 | ||
... | ... |
Please register or sign in to comment