Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for enabling "hipe_compile" at runtime #91

Merged
merged 2 commits into from
Jul 6, 2016

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 5, 2016

Closes #65

@tianon
Copy link
Member Author

tianon commented Jul 5, 2016

(docs in docker-library/docs#476 still apply)

@tianon
Copy link
Member Author

tianon commented Jul 5, 2016

Woot, it works! 👍

$ docker run -it --rm 56460038a1c8

              RabbitMQ 3.6.2. Copyright (C) 2007-2016 Pivotal Software, Inc.
  ##  ##      Licensed under the MPL.  See http://www.rabbitmq.com/
  ##  ##
  ##########  Logs: tty
  ######  ##        tty
  ##########

...

$ docker run -it --rm -e RABBITMQ_HIPE_COMPILE=1 56460038a1c8

HiPE compiling:  |---------------------------------------------------------|
                 |#########################################################|

Compiled 57 modules in 19s

=INFO REPORT==== 5-Jul-2016::23:57:11 ===
HiPE in use: compiled 57 modules in 19s.

=INFO REPORT==== 5-Jul-2016::23:57:11 ===
Starting RabbitMQ 3.6.2 on Erlang 18.3
Copyright (C) 2007-2016 Pivotal Software, Inc.
Licensed under the MPL.  See http://www.rabbitmq.com/

              RabbitMQ 3.6.2. Copyright (C) 2007-2016 Pivotal Software, Inc.
  ##  ##      Licensed under the MPL.  See http://www.rabbitmq.com/
  ##  ##
  ##########  Logs: tty
  ######  ##        tty
  ##########

...

@yosifkit
Copy link
Member

yosifkit commented Jul 6, 2016

LGTM

@yosifkit yosifkit merged commit ce26902 into docker-library:master Jul 6, 2016
@yosifkit yosifkit deleted the hipe_compile branch July 6, 2016 20:24
tianon added a commit to infosiftr/stackbrew that referenced this pull request Jul 7, 2016
- `drupal`: 8.1.4
- `elasticsearch`: remove unused `ELASTICSEARCH_MAJOR` (docker-library/elasticsearch#107)
- `java`: add more bits to `PATH` for `alpine` variants
- `memcached`: 1.4.28 (docker-library/memcached#10)
- `percona`: 5.7.13
- `php`: use `/etc/apache2/envvars` and thus the default, stock Debian Apache configuration (docker-library/php#251)
- `rabbitmq`: `hipe_compile` (docker-library/rabbitmq#91), 3.6.3 (docker-library/rabbitmq#93), `RABBITMQ_SSL_VERIFY` + `RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT` support (docker-library/rabbitmq#94)
@michaelarnauts
Copy link

In case somebody gets crazy why rabbitmq keeps compiling: -e RABBITMQ_HIPE_COMPILE=0 will not work. I repeat. This doesn't work, it will compile it. Just remove the line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants