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

Suggestions to measure peak memory usage during parallel processing #6

Open
talegari opened this issue Aug 11, 2018 · 0 comments
Open

Comments

@talegari
Copy link

Hi Drew,

When used correctly, parallel processing over multiple cores brings down the time taken to process. But the memory usage might be difficult to measure. (Its easy for one R session with peakRAM which essentially call gc to get information of maximum memory used).

Unless, I missed something in memuse, it hard to do it inside R. I was thinking of scraping output of top or free unix commands. Any ideas?

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

No branches or pull requests

1 participant