Skip to content

Commit

Permalink
increase index buffer size and heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
vlvasilev committed Aug 6, 2018
1 parent 7991c28 commit be80029
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions elasticsearch-oss/config/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ http.port: ${HTTP_PORT}
path.data: ${PATH_DATA}

network.host: 0.0.0.0

indices.memory.index_buffer_size: 30%

4 changes: 2 additions & 2 deletions elasticsearch-oss/config/jvm.options
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# Xms represents the initial size of total heap space
# Xmx represents the maximum size of total heap space

-Xms1024M
-Xmx1024M
-Xms1280M
-Xmx1280M

################################################################
## Expert settings
Expand Down

0 comments on commit be80029

Please sign in to comment.