Opened 15 years ago

Closed 13 years ago

Last modified 11 years ago

#1211 closed bug (Invalid)

Deluge opening too many files when relaunching

Reported by: sheptard Owned by: s0undt3ch
Priority: major Milestone:
Component: Unknown Version: 1.2.1
Keywords: Cc:

Description

Deluge will open too many files when relaunching the application when you have a large amount ( >1K ) of torrents seeding.

As a result deluge will not monitor watch directories anymore.

Short output from error: for filename in os.listdir(self.configautoadd_location): exceptions.OSError: [Errno 24] Too many open files: '/home/user/torrents/watch/'

Change History (3)

comment:1 by Calum, 13 years ago

Owner: set to s0undt3ch
Status: newassigned

comment:2 by Calum, 13 years ago

Resolution: invalid
Status: assignedclosed

A 'too many files' OS error message means that you need to increase your ulimit.

comment:3 by Calum, 11 years ago

Milestone: 1.4.0
Note: See TracTickets for help on using tickets.