Opened 12 years ago
Last modified 5 years ago
#2215 new feature-request
100% CPU utilization more 200+ torrents
Reported by: | MasterJ0k3R | Owned by: | Damien Churchill |
---|---|---|---|
Priority: | minor | Milestone: | performance |
Component: | Core | Version: | 1.3-stable |
Keywords: | cpu, load, raspberry, time, interval | Cc: | marsjaninzmarsa@gmail.com, krichter@posteo.de |
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 by , 12 years ago
comment:2 by , 12 years ago
Milestone: | Future → performance |
---|
comment:3 by , 7 years ago
Cc: | added |
---|
comment:4 by , 7 years ago
Cc: | added |
---|
comment:5 by , 5 years ago
Component: | Web UI → Core |
---|---|
Version: | 1.3.3 → 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.