zjffdu commented on a change in pull request #3738:
URL: https://github.com/apache/zeppelin/pull/3738#discussion_r411891600



##########
File path: .travis.yml
##########
@@ -170,7 +170,7 @@ before_install:
   - gitlog=$(git log $TRAVIS_COMMIT_RANGE 2>/dev/null) || gitlog=""
   - clearcache=$(echo $gitlog | grep -c -E "clear bower|bower clear" || true)
   - if [ "$hasbowerchanged" -gt 0 ] || [ "$clearcache" -gt 0 ]; then echo 
"Clearing bower_components cache"; rm -r zeppelin-web/bower_components; npm 
cache verify; else echo "Using cached bower_components."; fi
-  - echo "MAVEN_OPTS='-Xms1024M -Xmx2048M -XX:MaxPermSize=1024m 
-XX:-UseGCOverheadLimit -Dorg.slf4j.simpleLogger.defaultLogLevel=warn'" >> 
~/.mavenrc
+  - echo "MAVEN_OPTS='-Xms1024M -Xmx2048M -XX:-UseGCOverheadLimit 
-Dorg.slf4j.simpleLogger.defaultLogLevel=warn'" >> ~/.mavenrc

Review comment:
       Should we replace it with `-XX:MaxMetaspaceSize`




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to