jupyterlab-system-monitor icon indicating copy to clipboard operation
jupyterlab-system-monitor copied to clipboard

Memory limit not displayed

Open kwon14 opened this issue 2 years ago • 1 comments

Hello Thanks for providing nice features of jupyterlab-system-monitor. I'm using Jupyter with Docker on k8s. Execute it with the following command.

Jupyterlab version: 3.1.7 (latest version) installation: pip install jupyterlab-system-monitor execution: jupyter lab --NotebookApp.ResourceUseDisplay.mem_limit=4294967296

memory is displayed, but memory limit is not displayed.

Please check if it is a problem with Jupyter 3.x or how to solve it. thank you.

kwon14 avatar Aug 25 '21 05:08 kwon14

Thanks @kwon14.

Have you tried with the c.ResourceUseDisplay.mem_limit config option instead of c.NotebookApp.mem_limit?

jtpio avatar Aug 30 '21 15:08 jtpio

Closing as jupyterlab-system-monitor has now been integrated in jupyter-resource-usage: https://github.com/jupyter-server/jupyter-resource-usage/issues/191

Feel free to open a new issue on the jupyter-resource-usage repo if needed: https://github.com/jupyter-server/jupyter-resource-usage

Thanks!

jtpio avatar Jul 28 '23 14:07 jtpio