Fixing Elasticsearch + CircleCI + Exit code 137
I recently encountered the error "Exited with code 137" on CircleCI when using it in conjunction with Elasticsearch:
The config for elasticsearch was set as so:
- image: docker.elastic.co/elasticsearch/elasticsearch:6.8.6
environment:
- cluste...
alvincrespo.hashnode.dev1 min read