Error in getGlobalsAndPackages. This exceeds the maximum allowed size of future.globals.maxSize #9191
royfrancis
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get the following error:
The suggestion that I have seen is to increase global maxsize:
options(future.globals.maxSize)
. But, if I increase that to the 4.6GB it's asking for (options(future.globals.maxSize= 5*1024*1024^2)
), then I don't have enough RAM and everything crashes.I tried to disable parallel computing by
plan("sequential")
, but that doesn't seem to be respected by Seurat. How do I resolve this?Beta Was this translation helpful? Give feedback.
All reactions