johang / btfs

A bittorrent filesystem based on FUSE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAM consumption

ryzhovau opened this issue · comments

Is there any way to reduce memory usage? I'm trying to port btfs for embedded devices and found that 256MB RAM is not enough to running it.

Ready to test any thoughts on mipsel/x86/arm hardware.

I guess this might decrease usage somewhat at your networking stack: #69

Check out libtorrent::min_memory_usage() in session.hpp in libtorrent.

Closing for now.