Repository: syncope Updated Branches: refs/heads/master abfd44d90 -> b0e02f035
Trying (again) to fix OutOfMemory during build with Travis Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b0e02f03 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b0e02f03 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b0e02f03 Branch: refs/heads/master Commit: b0e02f03594050214b01d13ddc0453659fd3d084 Parents: abfd44d Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Feb 16 11:06:49 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Feb 16 11:06:49 2015 +0100 ---------------------------------------------------------------------- .travis.yml | 2 -- pom.xml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/b0e02f03/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 4765291..0e6f5c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,6 @@ language: java jdk: - openjdk7 -env: - - MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m" # default install is mvn install --quiet -DskipTests=true install: mvn --show-version --quiet -P all,skipTests #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console http://git-wip-us.apache.org/repos/asf/syncope/blob/b0e02f03/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aac6991..376892b 100644 --- a/pom.xml +++ b/pom.xml @@ -1151,7 +1151,7 @@ under the License. <redirectTestOutputToFile>true</redirectTestOutputToFile> <encoding>utf-8</encoding> <runOrder>alphabetical</runOrder> - <argLine>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m</argLine> + <argLine>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Xss256k</argLine> </configuration> </plugin> <plugin>
