Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage_load_rds gives error due to memory while download and then read_rds works #120

Open
vidarsumo opened this issue Mar 15, 2022 · 0 comments

Comments

@vidarsumo
Copy link

Is there a reason for this?
I cannot use storage_load_rds() on a VM with 256 GB of RAM but I can download the file and read it in using read_rds().

> full_mtbl <- storage_load_rds(azure_connection$container_dev_model, "path_to_model.rds")
  |========================================================================================================================================================================================| 100%
Error: cannot allocate vector of size 3.9 Gb

> storage_download(azure_connection$container_dev_model, "path_to_model.rds")
  |========================================================================================================================================================================================| 100%
> full_mtbl <- read_rds("model.rds")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant