You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/24 16:32:52 UTC

[GitHub] RSulzmann opened a new pull request #3: support large arguments

RSulzmann opened a new pull request #3: support large arguments
URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3
 
 
   There is a limit of the argument size in a command line (MAX_ARG_STRLEN = 131071 bytes) .
   To support larger sizes, the input to the action code is passed via standard input.
   
   To support also legacy action code (not reading input from stdin), but only if the input size is smaller than the limit, the input is also passed as a command line parameter.
   

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