[kdelibs] [Bug 306908] kded4 crashes because it runs out of file descriptors
Ruslan Kabatsayev
b7.10110111 at gmail.com
Thu Nov 14 12:41:14 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=306908
--- Comment #38 from Ruslan Kabatsayev <b7.10110111 at gmail.com> ---
To do as Christoph says, limiting number of available FDs, one can make a
wrapper script for kded4, like this one:
#!/bin/bash
ulimit -n MaxFDs # place some small value instead of MaxFDs (default on Ubuntu
is 1024)
kded4.real "$@"
, which would be put in place of original kded4, and original one would be
renamed to kded4.real.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list