reduce memory size on travis.
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/73ff75b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/73ff75b5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/73ff75b5 Branch: refs/heads/master Commit: 73ff75b502c47abe0a2d7209edfd2bc31586a509 Parents: 21ed05f Author: DO YUNG YOON <[email protected]> Authored: Sat Jul 29 10:13:49 2017 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Sat Jul 29 10:13:49 2017 +0900 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/73ff75b5/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5b9a560..e50f9b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ scala: jdk: - oraclejdk8 -sbt_args: -J-Xmx4G -J-Xms2G -J-Xss1M +sbt_args: -J-Xmx2G -J-Xms1G -J-Xss1M before_install: - .travis/install-hbase.sh
