diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2016-05-21 20:04:22 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2016-05-21 20:04:22 +0300 |
| commit | ba88ee7f743f0abb85e09981c7d3a86f95e835c1 (patch) | |
| tree | 8c693dbc17e2ad9edd16f0f7a4d7a094c0b86ab8 /docs | |
| parent | 776dd2423f8e64ad7e387a7bb8e3b34e484f3c9d (diff) | |
| parent | 42fc7814bf7058637f45621bba4912c432b894df (diff) | |
| download | rabbitmq-server-git-ba88ee7f743f0abb85e09981c7d3a86f95e835c1.tar.gz | |
Merge branch 'binarin-rabbitmq-server-cached-hipe-compilation' into stable
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 1ecf8d4d3a..ec864af6cf 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -290,6 +290,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> |
