diff options
| author | Alexey Lebedeff <alebedev@mirantis.com> | 2016-05-20 15:43:35 +0300 |
|---|---|---|
| committer | Alexey Lebedeff <alebedev@mirantis.com> | 2016-05-20 17:39:28 +0300 |
| commit | 4dd4fd61f4e55bff38ec1725fb9c0df7437ba53f (patch) | |
| tree | 5317398061d980fa27d37c58f6df43b673823944 /scripts/rabbitmq-env | |
| parent | 776dd2423f8e64ad7e387a7bb8e3b34e484f3c9d (diff) | |
| download | rabbitmq-server-git-4dd4fd61f4e55bff38ec1725fb9c0df7437ba53f.tar.gz | |
Allow caching HiPE-compilation results
That way HiPE compilation can be performed during package installation
and will not waste time during every startup.
rabbit_hipe is refactored to support both modes of compilation - during
every server startup or separately with caching in the filesystem.
Diffstat (limited to 'scripts/rabbitmq-env')
| -rwxr-xr-x[-rw-r--r--] | scripts/rabbitmq-env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env index 35239620ca..def47ebd27 100644..100755 --- a/scripts/rabbitmq-env +++ b/scripts/rabbitmq-env @@ -177,6 +177,7 @@ DEFAULT_NODE_PORT=5672 [ "x" = "x$RABBITMQ_MNESIA_BASE" ] && RABBITMQ_MNESIA_BASE=${MNESIA_BASE} [ "x" = "x$RABBITMQ_SERVER_START_ARGS" ] && RABBITMQ_SERVER_START_ARGS=${SERVER_START_ARGS} [ "x" = "x$RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS" ] && RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=${SERVER_ADDITIONAL_ERL_ARGS} +[ "x" = "x$RABBITMQ_SERVER_CODE_PATH" ] && RABBITMQ_SERVER_CODE_PATH=${SERVER_CODE_PATH} [ "x" = "x$RABBITMQ_MNESIA_DIR" ] && RABBITMQ_MNESIA_DIR=${MNESIA_DIR} [ "x" = "x$RABBITMQ_MNESIA_DIR" ] && RABBITMQ_MNESIA_DIR=${RABBITMQ_MNESIA_BASE}/${RABBITMQ_NODENAME} |
