mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
adopt myst
run rst2myst, with minimal manual formatting fixes
This commit is contained in:
14
docs/howto/admin/nbresuse.md
Normal file
14
docs/howto/admin/nbresuse.md
Normal file
@@ -0,0 +1,14 @@
|
||||
(howto-admin-nbresuse)=
|
||||
|
||||
# Check your memory usage
|
||||
|
||||
The [jupyter-resource-usage](https://github.com/jupyter-server/jupyter-resource-usage) extension is part of
|
||||
the default installation, and tells you how much memory your user is using
|
||||
right now, and what the memory limit for your user is. It is shown in the
|
||||
top right corner of the notebook interface. Note that this is memory usage
|
||||
for everything your user is running through the Jupyter notebook interface,
|
||||
not just the specific notebook it is shown on.
|
||||
|
||||
```{image} ../../images/nbresuse.png
|
||||
:alt: Memory limit / usage shown with jupyter-resource-usage
|
||||
```
|
||||
Reference in New Issue
Block a user