Error in getGlobalsAndPackages. This exceeds the maximum allowed size of future.globals.maxSize #9191
royfrancis
started this conversation in
General
Replies: 1 comment
-
[heart] Alexander, Shevon reacted to your message:
…________________________________
From: RDGank ***@***.***>
Sent: Monday, November 11, 2024 3:28:10 PM
To: satijalab/seurat ***@***.***>
Cc: Alexander, Shevon ***@***.***>; Manual ***@***.***>
Subject: Re: [satijalab/seurat] Error in getGlobalsAndPackages. This exceeds the maximum allowed size of future.globals.maxSize (Discussion #9191)
you can try to add: options(future.globals.maxSize=400000000000000000) according to:sqjin/CellChat#528 (comment)<sqjin/CellChat#528 (comment)>
—
Reply to this email directly, view it on GitHub<#9191 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BKO5R32HML4S345J4EGJD2D2ADEIVAVCNFSM6AAAAABME4633CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRRGYYDOMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
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