[
https://issues.apache.org/jira/browse/PIG-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan resolved PIG-1254.
-----------------------------------
Resolution: Invalid
I upped the memory limits to 512M and 768M, but didn't see any improvements in
runtime. Resolving as invalid.
> up the memory for junit to run tests
> ------------------------------------
>
> Key: PIG-1254
> URL: https://issues.apache.org/jira/browse/PIG-1254
> Project: Pig
> Issue Type: Bug
> Components: build
> Reporter: Ashutosh Chauhan
>
> Currently junit is configured to run only with 256M of memory. This is too
> low considering the fact that most tests create MiniCluster, run Hadoop local
> job runner, run tests etc. all within same jvm. This results in transient
> failures, longer time for tests to complete etc. This should be upped atleast
> to 512M.
> build.xml:
> {noformat}
> <junit showoutput="${test.output}" printsummary="yes" haltonfailure="no"
> fork="yes" maxmemory="256m" dir="${basedir}" timeout="${test.timeout}"
> errorProperty="tests.failed" failureProperty="tests.failed">
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.