Accepting request 612848 from network:messaging:amqp

OBS-URL: https://build.opensuse.org/request/show/612848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:23:11 +00:00 committed by Git OBS Bridge
commit e6b1ad24f7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 28 13:08:15 UTC 2018 - bwiedemann@suse.com
- Add TasksMax=8192 to start on large machines (bsc#1094896)
-------------------------------------------------------------------
Mon Jan 22 19:19:19 UTC 2018 - vuntz@suse.com

View File

@ -13,6 +13,8 @@ WorkingDirectory=/var/lib/rabbitmq
ExecStart=/usr/sbin/rabbitmq-server
ExecStop=/usr/sbin/rabbitmqctl stop
TimeoutStartSec=300
# required on machines with many cores (bsc#1094896):
TasksMax=8192
[Install]
WantedBy=multi-user.target