We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522f992 commit 65fac23Copy full SHA for 65fac23
singlecell/resources/chunks/Functions.R
@@ -25,4 +25,6 @@ print('Updating future.globals.maxSize')
25
options(future.globals.maxSize = Inf)
26
27
print(paste0('R memory: ', memory.limit()))
28
-print(paste0('R_MAX_VSIZE: ', Sys.getenv('R_MAX_VSIZE')))
+print(paste0('R_MAX_VSIZE: ', Sys.getenv('R_MAX_VSIZE')))
29
+
30
+options('Seurat.memsafe' = TRUE)
singlecell/resources/chunks/NormalizeAndScale.R
@@ -1,6 +1,4 @@
1
for (datasetId in names(seuratObjects)) {
2
- options('Seurat.memsafe' = TRUE)
3
-
4
# Preemptively cleanup:
5
seuratObj <- seuratObjects[[datasetId]]
6
seuratObjects[[datasetId]] <- NULL
0 commit comments