Opened 11 years ago
Last modified 4 years ago
#2215 new feature-request
100% CPU utilization more 200+ torrents
Reported by: | MasterJ0k3R | Owned by: | damoxc |
---|---|---|---|
Priority: | minor | Milestone: | performance |
Component: | Core | Version: | 1.3-stable |
Keywords: | cpu, load, raspberry, time, interval | Cc: | marsjaninzmarsa@…, krichter@… |
Description
Hello, I have a Raspberry Pi with deluged 1.3.3 + deluge-web installed. I ussually have around 10 torrents seeding in my deluge. Yesterday, I added a lot of torrents (more than 200+) just to seeded them and the web ui began to crash very often. After some time analysing the issue, I found that the raspberry does not have enough cpu power to process the entire list of torrent every 2 seconds. The CPU was 100% all the time. So, I went to the code and change all the time intervals of 2 seconds to 10 seconds. After that change, the web ui worked again without any problem and the cpu use was low again.
I suggest to add a simple parameter to change the refresh time for the people that does not have a powerful compute or perhaps, another parameter to reduce the torrent list received by the web browser to avoid much processing on the server side.
I do not if this can be taken as a bug so I chose "reature-request".
Thanks, Santiago
Change History (5)
comment:1 Changed 11 years ago by MasterJ0k3R
comment:2 Changed 10 years ago by Cas
- Milestone changed from Future to performance
comment:3 Changed 6 years ago by marsjaninzmarsa
- Cc marsjaninzmarsa@… added
comment:4 Changed 6 years ago by krichter
- Cc krichter@… added
comment:5 Changed 4 years ago by int3l
- Component changed from Web UI to Core
- Version changed from 1.3.3 to 1.3-stable
Just to clarify, the issue is related to the server. In the server is where I see the heavy load. The web browser is running in a different computer and it does not show performance problems.