You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ga...@apache.org on 2008/02/21 00:40:10 UTC

svn commit: r629654 - in /incubator/pig/trunk: CHANGES.txt build.xml

Author: gates
Date: Wed Feb 20 15:39:58 2008
New Revision: 629654

URL: http://svn.apache.org/viewvc?rev=629654&view=rev
Log:
PIG-99: Fix to make unit tests not run out of memory.


Modified:
    incubator/pig/trunk/CHANGES.txt
    incubator/pig/trunk/build.xml

Modified: incubator/pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/pig/trunk/CHANGES.txt?rev=629654&r1=629653&r2=629654&view=diff
==============================================================================
--- incubator/pig/trunk/CHANGES.txt (original)
+++ incubator/pig/trunk/CHANGES.txt Wed Feb 20 15:39:58 2008
@@ -112,3 +112,6 @@
 	(francisoud via gates).
 
 	PIG-88: Remove unused HadoopExe import from Main.  (pi_song via gates).
+
+	PIG-99: Fix to make unit tests not run out of memory. (francisoud via
+	gates).

Modified: incubator/pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pig/trunk/build.xml?rev=629654&r1=629653&r2=629654&view=diff
==============================================================================
--- incubator/pig/trunk/build.xml (original)
+++ incubator/pig/trunk/build.xml Wed Feb 20 15:39:58 2008
@@ -108,6 +108,7 @@
 		<mkdir dir="test/reports"/>
                 <junit printsummary="on" haltonfailure="no"
                        errorProperty="tests.failed" failureProperty="tests.failed">
+                    <jvmarg line="-Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m"/>
 			<sysproperty key="ssh.gateway" value="${ssh.gateway}"/>
 			<sysproperty key="hod.server" value="${hod.server}"/>
 			<!-- <sysproperty key="hod.command" value="${hod.command}"/>