You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may also happen with formulas, e.g. design(DESeqDataSet) will include the whole environment in the serialized object if design is set within a function
Users may inadvertently send hundreds of gigabytes of data via the network by using closures. Consider the following:
This will send 7.6 Gb to 1000 workers (= 7.6 Tb total), without any of the workers requiring it.
It should not be that easy to make this mistake.
Related: #200, likely re-introduced with
globals
package changes close to 9f01bbcThe text was updated successfully, but these errors were encountered: