Skip to content

Commit

Permalink
TESTS: Bump up the 'future.globals.maxSize' setting used in the test …
Browse files Browse the repository at this point in the history
…to avoid triggering a too-large globals error due to variation in R versions and platforms, etc.
  • Loading branch information
HenrikBengtsson committed Feb 12, 2025
1 parent 98d1e53 commit c1cb5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: future.apply
Version: 1.11.3-9006
Version: 1.11.3-9007
Title: Apply Function to Elements in Parallel using Futures
Depends:
R (>= 3.2.0),
Expand Down
2 changes: 1 addition & 1 deletion tests/options,nested.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ message("*** Options in nested parallelization ...")

options(future.debug = FALSE)
options(future.apply.debug = FALSE)
options(future.globals.maxSize = 1234000)
options(future.globals.maxSize = 1.50 * 1024^2)

for (cores in 1:availCores) {
message(sprintf("Testing with %d cores ...", cores))
Expand Down

0 comments on commit c1cb5e4

Please sign in to comment.