luocooong commented on code in PR #2500: URL: https://github.com/apache/drill/pull/2500#discussion_r866652340
########## .travis.yml: ########## @@ -45,6 +45,9 @@ cache: before_install: - export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-arm64" - export PATH="$JAVA_HOME/bin:$PATH" + - export MEMORYMB=2048 Review Comment: The GitHub CI uses 7GB and Travis CI uses close to 8GB. In the GitHub CI, we using the java managed heap is 2500 MB, and java direct memory is 4500MB, 168MB is reserved for OS. In the Travis CI, we can up the managed heap to 2500MB, but I also recommend keeping the direct memory at 5GB. -- 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]
