You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/12/02 12:23:59 UTC

[GitHub] [openwhisk-devtools] colo76 edited a comment on issue #291: make quick-start error

colo76 edited a comment on issue #291: make quick-start error
URL: https://github.com/apache/openwhisk-devtools/issues/291#issuecomment-560373986
 
 
   it seems that make failed due to the trycounttimeout timeout,  maybe a 8GB ram is too low for  openwhisk containers. Your processor may also affect this I guess
   
   what if after a while... if you run 
   
   $ docker ps
   
   Can you check whether openwhisk containers are running?(even if make has failed).  Try changing this(in the Makefile:)
   
   trycounttimeout=30;  
   
   for a highervalue to check if it works?(and wait)
   
   Good luck! 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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