You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2017/03/13 00:36:46 UTC

incubator-predictionio git commit: Disable memory lock on ES5

Repository: incubator-predictionio
Updated Branches:
  refs/heads/develop b6709dbc8 -> 947db5e1b


Disable memory lock on ES5


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/947db5e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/947db5e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/947db5e1

Branch: refs/heads/develop
Commit: 947db5e1b6e1ff629ef5bcb4412c92309e2a1354
Parents: b6709db
Author: Donald Szeto <do...@apache.org>
Authored: Sun Mar 12 17:36:34 2017 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Sun Mar 12 17:36:34 2017 -0700

----------------------------------------------------------------------
 tests/docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/947db5e1/tests/docker-compose.yml
----------------------------------------------------------------------
diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml
index 06126a5..f37ca4a 100644
--- a/tests/docker-compose.yml
+++ b/tests/docker-compose.yml
@@ -18,6 +18,7 @@ services:
   elasticsearch:
     image: docker.elastic.co/elasticsearch/elasticsearch:5.2.2
     environment:
+      - bootstrap.memory_lock=false
       - xpack.security.enabled=false
       - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
   hbase: