summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-06-02 14:54:44 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-06-02 14:54:44 +0300
commit1ca18072ac3c036e89069733a10f957b0f6df707 (patch)
treee5e50c26e4aca77de4778f6385bd161354b659da /docs
parent270997fd46286aa69c9da5fb30124f8e93bc7512 (diff)
parent45641a62675b1b67b01a5db76056a7d22de68175 (diff)
downloadrabbitmq-server-git-1ca18072ac3c036e89069733a10f957b0f6df707.tar.gz
Merge branch 'master' into rabbitmq-delayed-message-exchange-3
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 55b557a81a..363748e046 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -285,6 +285,33 @@
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><cmdsynopsis><command>hipe_compile</command> <arg choice="req"><replaceable>directory</replaceable></arg></cmdsynopsis></term>
+ <listitem>
+ <para>
+ Performs HiPE-compilation and caches resulting
+ .beam-files in the given directory.
+ </para>
+ <para>
+ Parent directories are created if necessary. Any
+ existing <command>.beam</command> files from the
+ directory are automatically deleted prior to
+ compilation.
+ </para>
+ <para>
+ To use this precompiled files, you should set
+ <command>RABBITMQ_SERVER_CODE_PATH</command> environment
+ variable to directory specified in
+ <command>hipe_compile</command> invokation.
+ </para>
+ <para role="example-prefix">For example:</para>
+ <screen role="example">rabbitmqctl hipe_compile /tmp/rabbit-hipe/ebin</screen>
+ <para role="example">
+ HiPE-compiles modules and stores them to /tmp/rabbit-hipe/ebin directory.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>