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/02/22 13:21:02 UTC

[GitHub] mrutkows commented on a change in pull request #1034: raise memorySize limit to 2048MB

mrutkows commented on a change in pull request #1034: raise memorySize limit to 2048MB
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/1034#discussion_r259338130
 
 

 ##########
 File path: utils/validation.go
 ##########
 @@ -153,7 +153,7 @@ func LimitsMemoryValidation(memory *int) bool {
 	if memory == nil {
 		return true
 	}
-	if *memory < 128 || *memory > 512 {
+	if *memory < 128 || *memory > 2048 {
 
 Review comment:
   agree

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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