#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 , 13 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
comment:3 by , 11 years ago
Milestone: | 1.4.0 |
---|
Note:
See TracTickets
for help on using tickets.
A 'too many files' OS error message means that you need to increase your ulimit.