Updated Branches:
  refs/heads/master f699409f3 -> 36a5ae37a

Add Xmx line for running integration tests


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

Branch: refs/heads/master
Commit: 36a5ae37a414ebc3e09cb5c36a9c5be31aa1d07a
Parents: 59194a6
Author: jwills <[email protected]>
Authored: Sat Jul 14 10:27:05 2012 -0700
Committer: jwills <[email protected]>
Committed: Sat Jul 14 10:27:05 2012 -0700

----------------------------------------------------------------------
 crunch/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/36a5ae37/crunch/pom.xml
----------------------------------------------------------------------
diff --git a/crunch/pom.xml b/crunch/pom.xml
index 7b542be..45ca1ac 100644
--- a/crunch/pom.xml
+++ b/crunch/pom.xml
@@ -207,6 +207,7 @@ under the License.
         <version>2.12</version>
         <configuration>
           <testSourceDirectory>src/it/java</testSourceDirectory>
+          <argLine>-Xmx512m</argLine>
         </configuration>
         <executions>
           <execution>

Reply via email to