1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
dockerfiles/elk/arm/elasticsearch/README.md

19 lines
389 B
Markdown
Raw Normal View History

2016-11-01 10:32:49 +02: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
```