Skip to content

Commit

Permalink
Work around memory consumption
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhang <[email protected]>
  • Loading branch information
psychelzh committed Dec 13, 2023
1 parent 62aeaf9 commit e3b95e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ inter_check_window <- tarchetypes::tar_map(
tar_target(
path_chunks,
fs::dir_ls(tar_name_path, type = "file", recurse = TRUE) |>
split(1:30)
split(1:50)
),
tar_target(
rsa_inter_common_trials,
Expand Down

0 comments on commit e3b95e7

Please sign in to comment.