You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/15 16:57:00 UTC

[GitHub] starpit opened a new issue #2386: the sequence impl drags memory

starpit opened a new issue #2386: the sequence impl drags memory
URL: https://github.com/apache/incubator-openwhisk/issues/2386
 
 
   for the duration of a sequence activation, the controller "drags" the memory of the input payload, and *all* of the intermediate responses.
   
   if done properly, the sequence controller should only need to keep around the response of the prior component of the sequence, i.e. the max memory consumption should be the maximum payload size of any component (or the input to the sequence); whereas right now, the max memory consumption of a sequence is the sum of all payloads, including the input to the sequence.
   
   
 
----------------------------------------------------------------
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