Reduce memory requirements to values which can be run in 32 bit Java on Windows.
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/41c939b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/41c939b5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/41c939b5 Branch: refs/heads/master Commit: 41c939b5bdb8a06c388731b77e26df9752287851 Parents: d67414c Author: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com> Authored: Tue Jun 24 16:46:05 2014 +0300 Committer: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com> Committed: Wed Jun 25 18:28:58 2014 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/41c939b5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b6da21b..f428252 100644 --- a/pom.xml +++ b/pom.xml @@ -398,7 +398,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>${surefire.version}</version> <configuration> - <argLine>-Xms1g -Xmx1g -XX:MaxPermSize=512m -verbose:gc</argLine> + <argLine>-Xms128m -Xmx768m -XX:MaxPermSize=256m -verbose:gc</argLine> </configuration> </plugin> <plugin>