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/10/10 16:07:20 UTC

[GitHub] dubeejw opened a new pull request #2847: Treat action code as attachments for created/update actions

dubeejw opened a new pull request #2847: Treat action code as attachments for created/update actions
URL: https://github.com/apache/incubator-openwhisk/pull/2847
 
 
   Save action code as attachments in the database. 
   
   I combined these changes with https://github.com/apache/incubator-openwhisk/pull/2730 and performed profiling on the controller.
   
   Here is a graph of the heap monitoring when invoked a 34MB zipped action:
   
   <img width="582" alt="screen shot 2017-10-10 at 11 59 37 am" src="https://user-images.githubusercontent.com/11520887/31397126-2965c282-adb3-11e7-85e6-6cd260e734fd.png">
   
   Previously invoking a non-cached action would result in a spike in heap usage when only using changes in https://github.com/apache/incubator-openwhisk/pull/2730:
   
   <img width="509" alt="30878095-c7623960-a2c9-11e7-9cc0-f17af3120f67" src="https://user-images.githubusercontent.com/11520887/31397236-7b8bce76-adb3-11e7-8366-b43084cde8f8.png">
   
   
 
----------------------------------------------------------------
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