SENTRY-822: OutOfMemory in hive e2e test (Colin Ma, Reviewed by Dapeng Sun)
Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/6c3184ac Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/6c3184ac Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/6c3184ac Branch: refs/heads/hive_plugin_v2 Commit: 6c3184acc1666f3ebcd6e9c73e9bef816121e032 Parents: 4a5c9c2 Author: Colin Ma <[email protected]> Authored: Tue Jul 28 10:56:10 2015 +0800 Committer: Colin Ma <[email protected]> Committed: Tue Jul 28 10:56:10 2015 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6c3184ac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b5f6e8a..0901049 100644 --- a/pom.xml +++ b/pom.xml @@ -719,7 +719,7 @@ limitations under the License. </environmentVariables> <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds> <redirectTestOutputToFile>true</redirectTestOutputToFile> - <argLine>-Xms512m -Xmx2g</argLine> + <argLine>-Xms512m -Xmx2g -XX:MaxPermSize=256m</argLine> <systemPropertyVariables> <java.net.preferIPv4Stack>true</java.net.preferIPv4Stack> </systemPropertyVariables>
