My shiny app works fine locally, but when I deploy it on the server (this app), it's fetching following error:
I looked at the logs and it says "out of memory".
I checked that shiny allows memory usage up to 1 GB for free accounts.
But when I looked at my app's memory usage it's hardly touching even 500 MB.
I admit that the CSV file which I am trying to access is of 1.3 GB, possibly can be the culprit.
But I am not convinced because often the good data for analysis are large and doesn't limit to size 2 or 50 MB.
Kindly requesting some expert advice and if possible a workaround.