Rafael Sadowski <raf...@sizeofvoid.org> writes: > +Resource limits > +=============== > + > +The "default" login-class resource limits are too conservative for KDE Plasma > +users. It is recommended to create a new login-class based on the "default" > +class for all KDE Plasma users. Here is an example for /etc/login.conf.d/kde: > + > +kde:\ > + :datasize=8192M:\ > + :openfiles-cur=2048:\ > + :openfiles-max=4096:\ > + :tc=daemon: > +
the wording (inherit from "default") doesn't correspond to the effective declaration. you should have ":tc=default:" instead of ":tc=daemon:" on the last line. Regards. -- Sebastien Marie