VMware PACKAGE MANAGER 1.1 Instrukcja Użytkownika Strona 48

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 47
Performance tuning
41
http://www.rabbitmq.com/memory.html
http://www.rabbitmq.com/configure.html
To check the current theshold setting, enter the following command:
service rabbitmq-server status | grep vm_memory_high_watermark
To disable the threshold, follow these steps.
1. Log in to the Resource Manager master host as root or as a user with superuser privilges.
2. Create directory /etc/rabbitmq, if necessary.
test ! -d /etc/rabbitmq && mkdir -p /etc/rabbitmq
3. Change the threshold setting.
echo "[{rabbit, [{vm_memory_high_watermark, 100}]}]." >> /etc/rabbitmq/rabbitmq.config
4. Restart RabbitMQ Server.
service rabbitmq-server restart
Przeglądanie stron 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag