Skip to content

Commit

Permalink
elasticsearch: fix heap
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox committed Jul 12, 2019
1 parent a9538f9 commit 67d9f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/role/manifests/elasticsearch.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# https://www.elastic.co/guide/en/elasticsearch/reference/master/heap-size.html
elasticsearch::instance { 'es-01':
jvm_options => [
'-Xms2.5g',
'-Xmx2.5g',
'-Xms2500M',
'-Xmx2500M',
]
}

Expand Down

0 comments on commit 67d9f0b

Please sign in to comment.