]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7613 stop usage of Elasticsearch ram store
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 23 May 2016 14:39:47 +0000 (16:39 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 24 May 2016 21:12:58 +0000 (23:12 +0200)
server/sonar-server/src/test/java/org/sonar/server/es/EsTester.java

index cb09028917d964e930c4874af8afb1db8c6918df..d98d86590deccc6ad212a358898828388ba037f5 100644 (file)
@@ -81,7 +81,6 @@ public class EsTester extends ExternalResource {
       // 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)