You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/08/12 15:47:31 UTC

[GitHub] [openwhisk] dgrove-oss commented on a change in pull request #4567: Update Gradle to 5.5 version

dgrove-oss commented on a change in pull request #4567: Update Gradle to 5.5 version
URL: https://github.com/apache/openwhisk/pull/4567#discussion_r312994672
 
 

 ##########
 File path: gradlew.bat
 ##########
 @@ -30,7 +30,7 @@ set APP_BASE_NAME=%~n0
 set APP_HOME=%DIRNAME%
 
 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS=-Dfile.encoding=UTF-8
+set DEFAULT_JVM_OPTS=-Dfile.encoding=UTF-8 "-Xmx64m" "-Xms64m"
 
 Review comment:
   If a different heap size is appropriate, we can change it.  It's fine for us to diverge from the upstream gradlew[.bat] as needed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services