Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
vroyer committed Jun 21, 2016
1 parent ecf975f commit d155c07
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions doc/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,8 @@ Recommanded production setting for Apache cassandra and Elasticsearch can be app
* Configure less than half the total memory of your server and up to 30.5Gb. Minimum recommended DRAM for production deployments is 32Gb.
* Increase number of Elassandra node or use index partitionning to keep shards size below 50Gb.
* Avoid huge wide rows, locking on a wide row can dramatically affect performance.
* During indexing, if you don't need search, disable refresh (default is every second).

.. code::
PUT /<my_index>/_settings -d '{ "index" : { "refresh_interval" : "-1" } }'
* Configure off_heap memory for cassandra memtables (elassandra default configuration)







* During indexing, if you don't need search, disable **index.refresh** (default is every second).
* Configure off_heap memory for cassandra memtables (elassandra default configuration).



0 comments on commit d155c07

Please sign in to comment.