We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add the possibility to trigger the R garbage collector on the server side by calling gc(), as a complement of the rm() function (called by rmDS).
> gc() used (Mb) gc trigger (Mb) max used (Mb) Ncells 1695520 90.6 2607968 139.3 2607968 139.3 Vcells 3576174 27.3 8388608 64.0 4930149 37.7
Bonus is to return the output of gc: it is not disclosive, and it may be useful for the user.
This would encourage good memory management practices on the R server side, for a better usage of the shared system resources.
The text was updated successfully, but these errors were encountered:
StuartWheater
No branches or pull requests
Add the possibility to trigger the R garbage collector on the server side by calling gc(), as a complement of the rm() function (called by rmDS).
Bonus is to return the output of gc: it is not disclosive, and it may be useful for the user.
This would encourage good memory management practices on the R server side, for a better usage of the shared system resources.
The text was updated successfully, but these errors were encountered: