Re: [gentoo-user] qbittorrent crashes after to many files open error

2022-09-11 Thread Dale
Mateusz Okulus wrote: > On 22/09/08 05:24PM, Dale wrote: >> root@fireball / # cat /etc/security/limits.conf | grep nofile >> #    - nofile - max number of open file descriptors >> *   hard    nofile  8192 >> I logged out and back in.  I ran the command you shared and it was

Re: [gentoo-user] qbittorrent crashes after to many files open error

2022-09-11 Thread Dale
mad.scientist.at.la...@tutanota.com wrote: > I'd suggest looking at the "advanced" section of the preferences.  Lots of > way to limit/expand memory use etc.  You really should also check all the > other Qbit preferences, there are a lot.  For example you can limit number of > I/O threads, block

Re: [gentoo-user] qbittorrent crashes after to many files open error

2022-09-09 Thread Mateusz Okulus
On 22/09/08 05:24PM, Dale wrote: > root@fireball / # cat /etc/security/limits.conf | grep nofile > #    - nofile - max number of open file descriptors > *   hard    nofile  8192 > I logged out and back in.  I ran the command you shared and it was > indeed set to the new amo

Re: [gentoo-user] qbittorrent crashes after to many files open error

2022-09-08 Thread Dale
Mateusz Okulus wrote: >> root@fireball / # sysctl fs.file-max >> fs.file-max = 3289952 >> root@fireball / # sysctl -w fs.file-max=32899520 >> fs.file-max = 32899520 >> root@fireball / # cat /proc/sys/fs/file-max >> 32899520 > On my pc the limit is 2^63. But this is max files for kernel, which is >

Re: [gentoo-user] qbittorrent crashes after to many files open error

2022-09-08 Thread Lee
Divine punishment perhaps? Lee 😎 On Wed, Sep 7, 2022, 10:26 PM Dale wrote: > Howdy, > > As some know, I discovered torrentting a while back. It has caused > issues ever since. LOL I recently upgraded qbittorrent. Other than > having to limit some speed settings since it would make my deskto

Re: [gentoo-user] qbittorrent crashes after to many files open error

2022-09-08 Thread Mateusz Okulus
> root@fireball / # sysctl fs.file-max > fs.file-max = 3289952 > root@fireball / # sysctl -w fs.file-max=32899520 > fs.file-max = 32899520 > root@fireball / # cat /proc/sys/fs/file-max > 32899520 On my pc the limit is 2^63. But this is max files for kernel, which is different for max files per use