ItaloBC bbbd247653 ElasticSearch instance fails at loading (wrong)
ElasticSearch (ES from now onwards) will fail to initialize since the parameters for its environment are not correct or absent. These are:

* `cluster.name`: Name of the cluster itself
* `bootstrap.memory_lock`: Needed for ES to [lock the JVM into swap instead of memory](https://www.elastic.co/guide/en/elasticsearch/reference/master/_memory_lock_check.html).
* `"ES_JAVA_OPTS=-Xms256m -Xmx256m"`: [Initial and maximum HEAP size for JVM](https://www.elastic.co/guide/en/elasticsearch/reference/current/_heap_size_check.html). Since it's locked to disk, should be the same. Half the defaults (512m) for development.
* `ulimits: memlock: soft (-1), hard (-1)`: [ES needs to have unlimited access to memory](https://www.elastic.co/guide/en/elasticsearch/reference/current/max-size-virtual-memory-check.html), otherwise it will feel sluggish.  
* `mem_limit: 512m`: Hard limit the memory available for the container.

This can, and should, be changed using `.env` file variables, but it seems that this should suffice for basic ES development.
2017-06-14 14:19:47 -04:00
2017-06-09 17:46:26 +03:00
2017-05-25 16:44:51 +08:00
2017-05-01 12:41:55 +02:00
2017-05-01 12:36:31 +02:00
2017-05-25 20:04:21 +08:00
2017-06-12 13:02:08 -04:00
2016-05-12 02:17:39 +01:00
2017-03-05 15:06:22 +01:00
2016-06-01 14:44:40 +03:00
2017-05-30 09:05:09 -05:00
2017-06-13 00:55:05 +02:00
2017-05-01 12:36:31 +02:00
2016-09-03 21:24:36 +08:00
2017-05-04 08:22:32 +01:00
2016-12-26 01:59:58 -02:00
2017-03-17 13:52:19 +07:00
2017-03-17 14:54:06 +07:00
2017-05-06 17:37:03 +08:00
2017-06-02 23:54:37 -05:00
2016-03-11 10:11:24 +02:00
2017-04-27 15:05:35 +08:00
2017-05-30 17:41:11 +03:00

Build Status GitHub issues GitHub forks GitHub stars GitHub license

Use Docker first and learn about it later.

A Docker PHP development environment that facilitates running PHP Apps on Docker.

forthebadge

Documentation

Full Documentation Here

Credits

Maintainers:

License

MIT License (MIT)

Description
The docker environment for developing Blackbird Chess
Readme 15 MiB
Languages
Dockerfile 53.7%
Shell 24.1%
VCL 7%
HTML 7%
JavaScript 5.2%
Other 2.9%