Skip to content

Commit

Permalink
trace: add docs on mmap limits for elasticsearch container (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <sam.batschelet@avalabs.org>
  • Loading branch information
hexfusion authored May 6, 2023
1 parent a61157d commit cefc247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trace/zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
version: '2.4'

services:
# Default mmap count limits on most systems is too low resulting in memory exceptions.
# ref. https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html
db:
image: ghcr.io/openzipkin/zipkin-elasticsearch7:latest
container_name: elasticsearch
Expand Down

0 comments on commit cefc247

Please sign in to comment.