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: [email protected]
With regards, Apache Git Services
