Description Usage Arguments Value Examples
Given a ceiling on RAM to use and predicted extra RAM needed in . each worker in addition to current usage, return safe number of cores
1 | utils_detectCoresRAM(Gb_max = 250, additional_Gb = 1)
|
Gb_max |
ceiling on session memory usage in Gb, assuming that each worker duplicates the session memory |
additional_Gb |
max additional memory requirement for new (temporary) objects created within a parallel session |
max number of cores (integer)
1 | n_cores_use = utils_detectCoresRAM(Gb_max=250,additional_Gb=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.