Created attachment 241422 [details] Patch for qbittorrent Disable memmory mapped file handling and use "POSIX-compliant" Backport commit 8bcac1bed28f93c0712e915f43294b1e5fd03659 which reduces FilePoolSize References: https://github.com/qbittorrent/qBittorrent/commit/8bcac1bed28f93c0712e915f43294b1e5fd03659 https://github.com/arvidn/libtorrent/issues/6667#issuecomment-1502670412 This also seems to resolve the memory related issue on my test box
Thanks for the patch. Approved. Please also don't forget to bump it.
Created attachment 241428 [details] Patch for qbittorrent v2 Looks like my Makefile changes didn't go into the previous patch... Change desc for libtorrent-rasterbar v2 to experimental
Friendly ping in case bugzilla didn't send you a mail...
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9bf924e99dd21a80d29cae265fdfa2bf0b77486 commit d9bf924e99dd21a80d29cae265fdfa2bf0b77486 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-04-25 08:52:48 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-04-25 09:05:39 +0000 net-p2p/qbittorrent: Adjust default settings when using libtorrent-rasterbar 2.x * Disable memmory mapped file handling and use "POSIX-compliant" * Backport commit 8bcac1bed28f93c0712e915f43294b1e5fd03659 which reduces FilePoolSize * Change status to experimental This change only applies to new installs, if you have a configuration already you need to apply these changes by hand References: https://github.com/qbittorrent/qBittorrent/commit/8bcac1bed28f93c0712e915f43294b1e5fd03659 https://github.com/arvidn/libtorrent/issues/6667#issuecomment-1502670412 PR: 270765 Reviewed by: yuri (previous revision) net-p2p/qbittorrent/Makefile | 3 ++- .../extrapatch-libtorrent-rasterbar2-settings (new) | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-)
Committed, thanks