Repository: incubator-blur Updated Branches: refs/heads/apache-blur-0.2 1dcec152b -> 44a3c1291
Changing the memory settings for the maven child procs. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/44a3c129 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/44a3c129 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/44a3c129 Branch: refs/heads/apache-blur-0.2 Commit: 44a3c12919a1c82620ce0bba86a2dcf063ed22e6 Parents: 1dcec15 Author: Aaron McCurry <[email protected]> Authored: Tue Feb 18 21:43:00 2014 -0500 Committer: Aaron McCurry <[email protected]> Committed: Tue Feb 18 21:43:00 2014 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/44a3c129/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index afc6673..9d114e1 100644 --- a/pom.xml +++ b/pom.xml @@ -310,7 +310,7 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <argLine>-XX:+UseConcMarkSweepGC</argLine> + <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> <reuseForks>false</reuseForks> <systemPropertyVariables> <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir>
