Skip to content

Commit 6d5550f

Browse files
committed
increase ram max size for rpca
1 parent 25dd675 commit 6d5550f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/methods/rpca_to_goal/script.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ meta <- list(
1313
)
1414
## VIASH END
1515

16-
options(future.globals.maxSize = 5 * 1024^3) # 5 GiB
16+
options(future.globals.maxSize = 8 * 1024^3) # 8 GiB
1717

1818
cat("Reading input files\n")
1919
input_adata <- anndata::read_h5ad(par[["input"]])

src/methods/rpca_to_mid/script.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ meta <- list(
1313
)
1414
## VIASH END
1515

16-
options(future.globals.maxSize = 5 * 1024^3) # 5 GiB
16+
options(future.globals.maxSize = 8 * 1024^3) # 8 GiB
1717

1818

1919
cat("Reading input files\n")

0 commit comments

Comments
 (0)