bdoyle0182 commented on issue #760:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/760#issuecomment-1478976055

   From `Exec.scala`:
   
   ```
     val maxSize: ByteSize = 48.MB
     val sizeLimit = loadConfigOrThrow[ByteSize](ConfigKeys.execSizeLimit)
   
     require(
       sizeLimit <= maxSize,
       s"Executable code size limit $sizeLimit specified by 
'${ConfigKeys.execSizeLimit}' should not be more than max size of $maxSize")
       ```
       
       You can use the `whisk.exec-size-limit` configuration to configure the 
max file size to be 0 to 48mb, but not larger.


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

Reply via email to