Repository: sqoop
Updated Branches:
refs/heads/sqoop2 7bba997d7 -> fd962761a
SQOOP-1778: Sqoop2: Increase default memory allocations for tests
(Jarek Jarcec Cecho via Abraham Elmahrek)
Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/fd962761
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/fd962761
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/fd962761
Branch: refs/heads/sqoop2
Commit: fd962761a54da2d58d328e240e65cfb861a158da
Parents: 7bba997
Author: Abraham Elmahrek <abraham@elmahrek.com>
Authored: Mon Nov 24 16:24:20 2014 -0800
Committer: Abraham Elmahrek <abraham@elmahrek.com>
Committed: Mon Nov 24 16:24:20 2014 -0800
----------------------------------------------------------------------
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/sqoop/blob/fd962761/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ddcc537..e6ffc78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -610,7 +610,7 @@ limitations under the License.
<forkMode>always</forkMode>
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
- <argLine>-Xms256m -Xmx1g</argLine>
+ <argLine>-Xms512m -Xmx2g -XX:MaxPermSize=1024m</argLine>
</configuration>
</plugin>
|