From 60ea99225bd18adbf6e44efe1038f43a3f1bf574 Mon Sep 17 00:00:00 2001 From: yanghua Date: Wed, 12 Jan 2022 00:12:14 +0800 Subject: [PATCH] =?UTF-8?q?[KYUUBI=20#1732]=20Reduce=20spark=20driver=20me?= =?UTF-8?q?mory=20configuration=20to=20protect=20fa=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …iling from OOM ### _Why are the changes needed?_ ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1734 from yanghua/KYUUBI-1732. Closes #1732 49f88df9 [yanghua] [KYUUBI #1732] Reduce spark driver memory configuration to protect failing from OOM Authored-by: yanghua Signed-off-by: Kent Yao --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ccdabb0f6..58dfa6943 100644 --- a/pom.xml +++ b/pom.xml @@ -1359,7 +1359,7 @@ file:src/test/resources/log4j.properties ${project.build.directory}/tmp - 2g + 1g ${project.build.directory}/metrics localhost false