Repository: incubator-predictionio
Updated Branches:
  refs/heads/develop 57aa82f1f -> 2da30b06e


Limit Elasticsearch 5 JVM memory usage


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

Branch: refs/heads/develop
Commit: 2da30b06eb7d46ad351015dc5f3067f37d9fb327
Parents: 57aa82f
Author: Donald Szeto <[email protected]>
Authored: Fri Mar 10 23:38:37 2017 -0800
Committer: Donald Szeto <[email protected]>
Committed: Fri Mar 10 23:38:37 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/2da30b06/tests/docker-compose.yml
----------------------------------------------------------------------
diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml
index b6774d3..06126a5 100644
--- a/tests/docker-compose.yml
+++ b/tests/docker-compose.yml
@@ -19,6 +19,7 @@ services:
     image: docker.elastic.co/elasticsearch/elasticsearch:5.2.2
     environment:
       - xpack.security.enabled=false
+      - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
   hbase:
     image: harisekhon/hbase:1.0
   postgres:

Reply via email to