jupyter-resource-usage
jupyter-resource-usage copied to clipboard
nbresuse does not display the total memory on the server
Currently, nbresuse shows the actively used memory but does not display the total on the server as shown in the docs. How can I show the total memory in "X MB / Y GB" form?

In general it's not automatically shown as the total memory on a server may not be the same as the memory available to Jupyter. See this section of the README for details of how to configure it: https://github.com/yuvipanda/nbresuse#memory-limit
Thanks @manics
I'm trying to use option 2 (In the commandline when starting jupyter notebook, as --ResourceUseDisplay.mem_limit)
Does this mean that when launching Jupyter from the command line I should use: "nohup jupyter notebook --ResourceUseDisplay.mem_limit" or "nohup jupyter notebook --ResourceUseDisplay.4073385984" ?
Neither seemed to work
Found another StackOverflow page that was clear: "nohup jupyter notebook --ResourceUseDisplay.mem_limit=4073385984"
Would be great to update the rbresuse docs for clarity. Appreciate your help!
Thanks @andrewhli!
Would be great to update the rbresuse docs for clarity. Appreciate your help!
There are some details in the README, but more could be added.
Would you like to open a PR?