You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/12/30 11:42:04 UTC

[GitHub] [incubator-kyuubi] pan3793 commented on a change in pull request #1662: Turn up maven options in mvn script

pan3793 commented on a change in pull request #1662:
URL: https://github.com/apache/incubator-kyuubi/pull/1662#discussion_r776690191



##########
File path: build/mvn
##########
@@ -22,7 +22,7 @@ _DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 # Preserve the calling directory
 _CALLING_DIR="$(pwd)"
 # Options used during compilation
-_COMPILE_JVM_OPTS="-Xms2g -Xmx2g -Xss8m -XX:ReservedCodeCacheSize=512m"
+_COMPILE_JVM_OPTS="-Xms2g -Xmx2g -Xss8m -XX:ReservedCodeCacheSize=1g -Xss128m"

Review comment:
       Do we meet stack overflow? The default stack size is 1m, 128m is too large in my view




-- 
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: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org