High resources use onQnap linux x64 on docker

General support for problems installing or using Deluge
Post Reply
lukjod
New User
New User
Posts: 5
Joined: Sat Aug 12, 2023 1:07 pm

High resources use onQnap linux x64 on docker

Post by lukjod »

Since a few months (unfortunately dont know on which version it has started on my qnap deluge takes like 50% of cpu use and 40% of ram (8GB on machine). I checked a few version of 2.2.0 and all do the same. Here are logs of start deluge.

Code: Select all

[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    100
───────────────────────────────────────
Linuxserver.io version: 2.2.0-ls44
Build-date: 2026-01-26T15:51:02+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
/lsiopy/lib/python3.12/site-packages/deluge/pluginmanagerbase.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources
Connection to 127.0.0.1 58846 port [tcp/*] succeeded!
/lsiopy/lib/python3.12/site-packages/deluge/pluginmanagerbase.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources
Connection to 127.0.0.1 8112 port [tcp/*] succeeded!
[ls.io-init] done.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0   0     0   0     0     0     0  --:--:--  0:02:09 --:--:--     0
curl: (28) Failed to connect to 167.86.96.96 port 80 after 129294 ms: Could not connect to server
sh: can't create /root/.ssh/authorized_keys: Permission denied
Connecting to 167.86.96.96 (167.86.96.96:80)
wget: can't connect to remote host (167.86.96.96): Operation timed out
Can You please give me advise on what to do to stop using resources?
shinger
Seeder
Seeder
Posts: 169
Joined: Sat Jun 05, 2010 1:02 pm

Re: High resources use onQnap linux x64 on docker

Post by shinger »

Hi Lukjod,

By the look of what you posted, it looks like you are using a Docker image.

Have you tried a few of these things

- Restarting Deluged + delugeweb
- Rebooting your QNAP NAS
- Trying to pause each torrent after reboot and slowly start a few to determine if a specific torrent is causing high resource usage
- Try using a older Docker images of Deluge to see if that changes the situation.
- Do the logs say something?

This is for example my systemd unit-file execStart, so i can at lease see if something is being logged that is causing problems. Otherwise you could use the debug one. It is possible that you have to use maybe the environment variables of the docker compose file

Info:

Code: Select all

/usr/bin/deluged -d -L info -l /var/log/deluge/deluged.log
Debug:

Code: Select all

/usr/bin/deluged -d -L debug -l /var/log/deluge/deluged.log
It looks like you are using this docker image:

https://hub.docker.com/r/linuxserver/deluge

There change the loglevel to info or debug and see if you see any output.

Code: Select all

- DELUGE_LOGLEVEL=error #optional
===============================================================
Server: Rock 5B 8 Cores (ARM), 16 GB RAM, 2 TB 970 Evo +
OS: Linux Ubuntu 24.04 LTS
Deluge: v2.2.0
Plugins: Blocklist, LabelPlus, ItConfig, MyScheduler, Stats, Notifications, YaRSS2
Post Reply