How to increase memory usage elasticsearch

In continuation of the topic

in continuation of the topic


On the page
http://www.elasticsearch.org/guide/reference/setup/installation.html it is
said that it is necessary to increase ES_HEAP_SIZE ES_MAX_MEM ES_MIN_MEM,
but I have not found this configuration then
/etc/elasticsearch/elasticsearch.yml. Here's my cluster

{
"cluster_name" : "elasticsearch",
"nodes" : {
"VPjABUm-REmy24NQ_AkXDQ" : {
"timestamp" : 1360432148849,
"name" : "Sin",
"transport_address" : "inet[/144.76.16.174:9300]",
"hostname" : "Ubuntu-1204-precise-64-minimal",
"indices" : {
"store" : {
"size" : "34.6gb",
"size_in_bytes" : 37221752556,
"throttle_time" : "0s",
"throttle_time_in_millis" : 0
},
"docs" : {
"count" : 58480,
"deleted" : 4759
},
"indexing" : {
"index_total" : 20,
"index_time" : "1.7s",
"index_time_in_millis" : 1748,
"index_current" : 0,
"delete_total" : 0,
"delete_time" : "0s",
"delete_time_in_millis" : 0,
"delete_current" : 0
},
"get" : {
"total" : 2,
"time" : "5ms",
"time_in_millis" : 5,
"exists_total" : 0,
"exists_time" : "0s",
"exists_time_in_millis" : 0,
"missing_total" : 2,
"missing_time" : "5ms",
"missing_time_in_millis" : 5,
"current" : 0
},
"search" : {
"query_total" : 1726375,
"query_time" : "7.7m",
"query_time_in_millis" : 462631,
"query_current" : 0,
"fetch_total" : 61663,
"fetch_time" : "20.9s",
"fetch_time_in_millis" : 20955,
"fetch_current" : 0
},
"cache" : {
"field_evictions" : 0,
"field_size" : "0b",
"field_size_in_bytes" : 0,
"filter_count" : 5896,
"filter_evictions" : 0,
"filter_size" : "511.6kb",
"filter_size_in_bytes" : 523944,
"bloom_size" : "22.1kb",
"bloom_size_in_bytes" : 22640,
"id_cache_size" : "0b",
"id_cache_size_in_bytes" : 0
},
"merges" : {
"current" : 0,
"current_docs" : 0,
"current_size" : "0b",
"current_size_in_bytes" : 0,
"total" : 0,
"total_time" : "0s",
"total_time_in_millis" : 0,
"total_docs" : 0,
"total_size" : "0b",
"total_size_in_bytes" : 0
},
"refresh" : {
"total" : 15,
"total_time" : "143ms",
"total_time_in_millis" : 143
},
"flush" : {
"total" : 25,
"total_time" : "3.2s",
"total_time_in_millis" : 3205
}
}
}
}
}

As understand how much I need to allocate memory for elasticsearch and in
General the description for each of the parameters.

there is a Russian community ?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.