-
-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Systemd open files limit #535
Conversation
…s increases compatibility with Xenial
any news on this one - we really need this |
@@ -127,6 +127,27 @@ | |||
|
|||
case $::osfamily { | |||
'Debian': { | |||
if versioncmp($::operatingsystemmajrelease, '16.04') >= 0 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this variable is not in many/any of the debian tests causing unit test failures.
Systemd open files limit
This is not working for me. RabbtiMQ 3.6.10 To get the ulimit to work for this setup, you have to put:
In |
This approach is working for me... `$ cat /etc/systemd/system/rabbitmq-server.service.d/limits.conf $ rabbitmqctl status | grep -A 4 file_descriptors |
Systemd open files limit
Fix unit tests on voxpupuli#535
Systemd open files limit
This basically copies CentOS approach and increases Ubuntu 16.04 compatibility by creating /etc/systemd/system/rabbitmq-server.service.d/limits.conf file