chetanmeh commented on a change in pull request #4567: Update Gradle to 5.5 
version
URL: https://github.com/apache/openwhisk/pull/4567#discussion_r313001500
 
 

 ##########
 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:
   For now build seems to work fine. If we see any issue then we can change. I 
believe Gradle wrapper internally forks a new jvm process so it needs bare 
minimum memory for its work

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


With regards,
Apache Git Services

Reply via email to