https://bugs.kde.org/show_bug.cgi?id=497424
--- Comment #6 from pallaswept <[email protected]> --- Just in case, I should add that the above workaround is not necessarily safe. >From the systemd docs: https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#Process%20Properties See Table 1: "Do not use. Be careful when raising the soft limit above 1024, since select(2) cannot function with file descriptors above 1023 on Linux... Typically applications should increase their soft limit to the hard limit on their own, if they are OK with working with file descriptors above 1023, i.e. do not use select(2). " I'll leave it to a KDE developer to inform us whether this actually effects plasma (does plasma use select()?), and possibly consider implementing the advised means to appropriately modify the limit itself (is there any desire to put this workaround in plasma to prevent crashes temporarily until nvidia fix the driver?). -- You are receiving this mail because: You are watching all bug changes.
