You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result from the memuse::Sys.procmem()$size command matches or is very close to the values I see in the RStudio Environment pane.
Therefore, what exactly is lobstr::mem_used() describing? I apologize in advance if I'm missing something obvious in the documentation, but I'm curious to know the differences between these commands.
The text was updated successfully, but these errors were encountered:
Basically, mem_used() reports the memory that R tracks from inside the process, and I suspect what memuse and RStudio track are the memory usage of the entire process (as reported by the operating system).
I currently see differences in reported memory consumption between the following commands.
The result from the
memuse::Sys.procmem()$size
command matches or is very close to the values I see in the RStudio Environment pane.Therefore, what exactly is
lobstr::mem_used()
describing? I apologize in advance if I'm missing something obvious in the documentation, but I'm curious to know the differences between these commands.The text was updated successfully, but these errors were encountered: