1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/elk/arm/elasticsearch/README.md

19 lines
389 B
Markdown
Raw Normal View History

2016-11-01 08:32:49 +00:00
elasticsearch
=============
WARNING: IT DOES NOT WORK ON RASPBERRY PI!
```
$ sudo vi /etc/dphys-swapfile
- CONF_SWAPSIZE=100
+ CONF_SWAPSIZE=2048
$ sudo systemctl restart dphys-swapfile.service
$ docker-compose up -d
$ docker-compose logs -f
elasticsearch_1 | Error occurred during initialization of VM
elasticsearch_1 | Could not reserve enough space for 2097152KB object heap
```