How to check the size of the file shinyApp executing ?

I developed shiny app and the folder which contains size of 100Mb, includes 'www' folder for images and UI, Server. But while deploying it showing error 137. Why such error showing while the folder size total is 100 mb for the App and the limit for free version shinyIO is 1GB ?

Thanks in advance.

It's hard to tell without having more information, but one thing to have in mind is that the on-disk size of the app is not iqual to the RAM memory allocation while running.

You can use file.info function tu know the size

Could you include the full text of the error message, or a screen shot. It isn't clear whether you are having an issue deploying, or it deploys and then has an error.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.