Skip to content

Commit

Permalink
garbage collect
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Dec 4, 2024
1 parent b553b31 commit bdcbc2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/markdown/test_densiteitsmodellering.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,7 @@ if (file.exists(brms1_pred_path)) {
# Remove large objects
rm(pred_veldleeuwerik_reg)
rm(plot_veldleeuwerik_reg)
gc()
}
# Combine summary statistics for all regions
Expand All @@ -1202,6 +1203,7 @@ if (file.exists(brms1_pred_path)) {
# Remove large objects
rm(pred_list)
gc()
}
```

Expand Down

0 comments on commit bdcbc2b

Please sign in to comment.