Search found 46 matches

by iconoclasthero
Thu Oct 27, 2022 1:11 am
Forum: Support
Topic: deluged using 100% of two cores
Replies: 9
Views: 3440

Re: deluged using 100% of two cores

If possible then upgrade deluge, or downgrade libtorrent to 1.2.x, but still have the py 3.8+ issue, so the former preferred(e.g. from PPA or pypa). As opposed to building from source? I wanted to go with the repo version since one of the sites I use won't let you use a PPA build, but it looks like...
by iconoclasthero
Wed Oct 26, 2022 6:26 pm
Forum: Support
Topic: deluged using 100% of two cores
Replies: 9
Views: 3440

Re: deluged using 100% of two cores

from #twisted irc: "It looks like an application bug in deluged to me. deluged is trying to do some metrics tracking or something and has messed up. Twisted is in control of the mainloop so you see a lot of mentions of it but the direct cause of the problem appears to be in deluged itself, not ...
by iconoclasthero
Wed Oct 26, 2022 5:59 pm
Forum: Support
Topic: deluged using 100% of two cores
Replies: 9
Views: 3440

deluged using 100% of two cores

https://pastebin.com/khRinYez OS: Ubuntu 22.04 jammy Kernel: x86_64 Linux 5.15.0-50-generic Uptime: 10d 59m Shell: bash 5.1.16 Disk: 3.3T / 3.7T (94%) CPU: Intel Core i5-3570K @ 4x 3.8GHz [51.0°C] GPU: NVIDIA GeForce GTX 650 Ti BOOST RAM: 10031MiB / 24001MiB XDG_CURRENT_DESKTOP=ubuntu:GNOME default-...
by iconoclasthero
Tue Oct 19, 2021 6:21 pm
Forum: Support
Topic: Any way to reduce memory when using Deluge
Replies: 10
Views: 21916

Re: Any way to reduce memory when using Deluge

The thin client is `deluge-gtk` unless you're referring to `deluge-console` or `deluge-web`. The difference b/w the thin client and the "full" standalone client is that `deluge-gtk`—in thin client mode—is not calling/managing deluged itself, it only connects to and interacts with it. Addit...
by iconoclasthero
Mon Oct 04, 2021 6:56 pm
Forum: Support
Topic: Any way to reduce memory when using Deluge
Replies: 10
Views: 21916

Re: Any way to reduce memory when using Deluge

The only plugins presently enabled: YaRSS2 Label ltConfig I just enabled AutoAdd (I can only use the directory I had before -- Cannot add a new one!) BlockList DefaultTrackers I had stats enabled but it was causing the known logging problem and, since I didn't use it, I simply got rid of it. I shoul...
by iconoclasthero
Thu Sep 30, 2021 1:27 pm
Forum: Support
Topic: Any way to reduce memory when using Deluge
Replies: 10
Views: 21916

Re: Any way to reduce memory when using Deluge

I don't really understand what you're trying to say. As I mentioned before, I do not know what the OP is doing, but for me, I have systemd upstart deluged upon boot. If I want to see what is going on with deluged and/or add/remove torrents, I use deluged-gtk in TCM to connect to deluged. This is on ...
by iconoclasthero
Wed Sep 29, 2021 12:28 pm
Forum: Support
Topic: Any way to reduce memory when using Deluge
Replies: 10
Views: 21916

Re: Any way to reduce memory when using Deluge

Sorry, OP, I hope this helps you some because it looks like I've pretty well hijacked your thread. There are two part that can be split about the memory and influence you have on it: The OS cache and the Libtorrent cache. From my experience the Libtorrent cache tends to cache torrent chunks and has ...
by iconoclasthero
Mon Sep 27, 2021 1:12 pm
Forum: Support
Topic: A stop job is running for bittorrent client daemon
Replies: 3
Views: 5869

Re: A stop job is running for bittorrent client daemon

You can reduce the time to 30s at the price of a corruption if it wasn't enough. This sounds like a red herring to me: If I hit pause on a torrent, it stops transferring immediately, presumably does whatever it needs to do to wrap up/save to disc, update state file, PID, etc., so where does the [se...
by iconoclasthero
Sun Sep 26, 2021 3:07 pm
Forum: Support
Topic: Any way to reduce memory when using Deluge
Replies: 10
Views: 21916

Re: Any way to reduce memory when using Deluge

In looking at this again, if deluge-gtk is what is "eating all the memory" in thin-client mode (TCM) (this is my problem; OP was not specific enough with details to determine), what good is ltconfig going to do? Doesn't ltconfig deal with the server-side part of deluge (i.e., deluged)? If ...