markusthoemmes commented on issue #2660: Reduce Memory Consumption Used to 
Invoke a Single Action
URL: 
https://github.com/apache/incubator-openwhisk/pull/2660#issuecomment-324171265
 
 
   While it's true that, in theory, not holding a reference to the action code 
could make it possible to release the heap consumed by the action code (our 
cache though holds a weak-reference as well), in this case we would speak about 
milliseconds of delay pre-change vs. Post-change.
   
   Thats is: If we're leaking a reference to a closure that lives for longer 
(we used to do that with activations), that would indeed be a real problem.
 
----------------------------------------------------------------
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

Reply via email to