Rule to cutoff memory allocation in R shiny

Hi all,

I have a shiny application where in I create a dataframe object post all data wrangling exercises. Finally I see what is the memory allocation that is consumed from that object (say 207136 bytes)

So wanted to check if there any thumb rule to say that this memory is sufficient to run the shiny application smoothly?

This is just 1 dataframe but say there are many such dataframes

This topic was automatically closed 54 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.