Kurt Seo
2017-01-09 07:53:16 UTC
Hi
I am using libtorrent with python binding on linux. Main goal of my
app is analyze diff data using torrent hash info and update diff data
by torrent download.
So most of functions are based of hash-check. My system is very
sensitive for memory usage and i want to limit memory usage very hard.
But any of torrent_settings don't work for me. It uses memory as much
as possible. I tried 'sync' mount option - it's ntfs-3g -, but it
didn't work.
What else i can do?
Thanks always
I am using libtorrent with python binding on linux. Main goal of my
app is analyze diff data using torrent hash info and update diff data
by torrent download.
So most of functions are based of hash-check. My system is very
sensitive for memory usage and i want to limit memory usage very hard.
But any of torrent_settings don't work for me. It uses memory as much
as possible. I tried 'sync' mount option - it's ntfs-3g -, but it
didn't work.
What else i can do?
Thanks always