You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/08/10 02:58:13 UTC

incubator-griffin git commit: fix container problem in macOs

Repository: incubator-griffin
Updated Branches:
  refs/heads/master afa022bab -> fda8222c8


fix container problem in macOs

fix container problem in macOs

Author: jasonliaoxiaoge <18...@qq.com>

Closes #387 from jasonliaoxiaoge/master.


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

Branch: refs/heads/master
Commit: fda8222c82a4aaff7a4aa76907e1377dc06f31c9
Parents: afa022b
Author: jasonliaoxiaoge <18...@qq.com>
Authored: Fri Aug 10 10:58:07 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Fri Aug 10 10:58:07 2018 +0800

----------------------------------------------------------------------
 griffin-doc/docker/griffin-docker-guide.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/fda8222c/griffin-doc/docker/griffin-docker-guide.md
----------------------------------------------------------------------
diff --git a/griffin-doc/docker/griffin-docker-guide.md b/griffin-doc/docker/griffin-docker-guide.md
index c88c31a..7d5b8bc 100644
--- a/griffin-doc/docker/griffin-docker-guide.md
+++ b/griffin-doc/docker/griffin-docker-guide.md
@@ -28,6 +28,8 @@ Griffin docker images are pre-built on docker hub, users can pull them to try gr
     ```
     sysctl -w vm.max_map_count=262144
     ```
+    For macOS, please increase enough memory available for docker (For example, set more than 4 GB in docker->preferences->Advanced) or decrease memory for es instance(For example, set -Xms512m -Xmx512m in jvm.options)
+
     For other platforms, please reference to this link from elastic.co
     [max_map_count kernel setting](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html)