zhztheplayer commented on code in PR #10681:
URL:
https://github.com/apache/incubator-gluten/pull/10681#discussion_r2340323778
##########
.github/workflows/velox_backend_x86.yml:
##########
@@ -175,7 +175,7 @@ jobs:
$MVN_CMD clean install -P${{ matrix.spark }} -P${{ matrix.java }} \
&& GLUTEN_IT_JVM_ARGS=-Xmx5G sbin/gluten-it.sh queries-compare \
--local --preset=velox --benchmark-type=h --error-on-memleak
--off-heap-size=10g -s=1.0 --threads=16 --iterations=1 \
- && GLUTEN_IT_JVM_ARGS=-Xmx5G sbin/gluten-it.sh queries-compare \
+ && GLUTEN_IT_JVM_ARGS=-Xmx6G sbin/gluten-it.sh queries-compare \
Review Comment:
Was 6G tested locally, and should we modify other workflows (there are more
5Gs)?
We haven't got chance to figure out why the heap memory got insufficient
suddenly. It was enough back then.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]