This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new b7cf4ffb41a HIVE-27916: Increase tez.am.resource.memory.mb for 
TestIcebergCliDrver (#4907) (Laszlo Bodor reviewed by Ayush Saxena)
b7cf4ffb41a is described below

commit b7cf4ffb41a02b326cf51e3b3d3dc2cbe201e620
Author: Bodor Laszlo <[email protected]>
AuthorDate: Fri Jan 5 10:01:45 2024 +0100

    HIVE-27916: Increase tez.am.resource.memory.mb for TestIcebergCliDrver 
(#4907) (Laszlo Bodor reviewed by Ayush Saxena)
---
 data/conf/iceberg/tez/tez-site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/conf/iceberg/tez/tez-site.xml 
b/data/conf/iceberg/tez/tez-site.xml
index fff6c875620..3c2a96f7edb 100644
--- a/data/conf/iceberg/tez/tez-site.xml
+++ b/data/conf/iceberg/tez/tez-site.xml
@@ -5,7 +5,7 @@
   </property>
   <property>
     <name>tez.am.resource.memory.mb</name>
-    <value>256</value>
+    <value>512</value>
   </property>
   <property>
     <name>tez.runtime.io.sort.mb</name>

Reply via email to