jeremiaswerner commented on issue #1826: expose and run GC for nodejs to avoid 
memory intensive actions to run?
URL: 
https://github.com/apache/incubator-openwhisk/pull/1826#issuecomment-302380662
 
 
   @rabbah @starpit
   
   yes, I think it's possible to perform the check only at some point, i.e. 
every second invocation, or if the memory is above X, or only when reused the 
first time, ... 
   
   my initial thought was to avoid any logic to reduce the probability of 
intermittent failures, therefore we discussed between (1) do it always (2) let 
the user run it. 
   
   Current implementation is (1), but I would be ok to use (2) and let users 
who have issues (I know one by name) to let it try.
   
   Would you feel better if we choose (2). we could choose (1) anytime later 
once we get good indications from users that this feature is helpful at all?
   
   what do you think?
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to