Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common data warning message #287

Closed
wlandau opened this issue May 5, 2022 · 0 comments
Closed

common data warning message #287

wlandau opened this issue May 5, 2022 · 0 comments
Labels

Comments

@wlandau
Copy link
Contributor

wlandau commented May 5, 2022

When common data is large, I see a message like:

Warning in (function (...)  :
  Common data is 42.8 Mb. Recommended limit is  (set by clustermq.data.warning option)
Submitting 200 worker jobs (ID: cmq6272) ...
Running 1,200 calculations (13 objs/42.8 Mb common; 1 calls/chunk) ...

where the recommended limit is missing if the clustermq.data.warning option is not set. Would you be open to writing getOption("clustermq.data.warning", 1000) in this line?

"is ", getOption("clustermq.data.warning"),

Also, I'm a bit surprised that 42.8 Mb generated the warning if the default limit is 1000 Mb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants