RAM consumption
ryzhovau opened this issue · 3 comments
ryzhovau commented
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.
johang commented
Check out libtorrent::min_memory_usage() in session.hpp in libtorrent.
ryzhovau commented
Closing for now.