baldock: pushing mem limit to Inf
This commit is contained in:
parent
b164ccdd85
commit
7c3e8c7654
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ library(here)
|
|||
library(future)
|
||||
library(future.apply)
|
||||
|
||||
options(future.globals.maxSize = Inf)
|
||||
|
||||
plan(multisession)
|
||||
# Arguments
|
||||
arg <- commandArgs(trailingOnly = TRUE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue