Skip to content

Commit

Permalink
SONAR-7613 stop usage of Elasticsearch ram store
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed May 24, 2016
1 parent 82bbf9b commit 858e301
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ protected void before() throws Throwable {
// limit the number of threads created (see org.elasticsearch.common.util.concurrent.EsExecutors)
.put("processors", 1)
.put("http.enabled", false)
.put("index.store.type", "mmapfs")
.put("config.ignore_system_properties", true)
// reuse the same directory than other tests for faster initialization
.put("path.home", "target/" + nodeName)
Expand Down

0 comments on commit 858e301

Please sign in to comment.