Hide Forgot
Description of problem: There was a request in bug738967 to support setting open files limit via NOFILE= entry in /etc/sysconfig/conman. We still ship the /etc/sysconfig/conman with this entry defined but most of the functionality of the original /etc/rc.d/init.d/conman initscript was lost when migrated on systemd in rhel7. Version-Release number of selected component (if applicable): conman-0.2.7-5.el7.x86_64 How reproducible: 100%
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux.
In systemd world, various limits for services can be controlled by LimitCPU=, LimitFSIZE=, LimitDATA=, LimitSTACK=, LimitCORE=, LimitRSS=, LimitNOFILE=, LimitAS=, LimitNPROC=, LimitMEMLOCK=, LimitLOCKS=, LimitSIGPENDING=, LimitMSGQUEUE=, LimitNICE=, LimitRTPRIO=, LimitRTTIME= (see "man systemd.exec"). I propose to make it somewhat easier to discover by users by modifying conman.service file like this: [Unit] Description=ConMan Console Management Daemon After=network.target [Service] Type=forking +# For installations with large number of users, raise the limit +# of open file descriptors: +#LimitNOFILE=10000 ExecStart=/usr/sbin/conmand -c /etc/conman.conf [Install] WantedBy=multi-user.target
New build: https://brewweb.devel.redhat.com/taskinfo?taskID=9451441
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2397.html