2023-03-27 09:31:02 +02:00
|
|
|
(howto-admin-nbresuse)=
|
2018-08-05 09:44:28 -07:00
|
|
|
|
2023-03-27 09:31:02 +02:00
|
|
|
# Check your memory usage
|
2018-08-05 09:44:28 -07:00
|
|
|
|
2023-03-27 09:31:02 +02:00
|
|
|
The [jupyter-resource-usage](https://github.com/jupyter-server/jupyter-resource-usage) extension is part of
|
2018-08-05 09:44:28 -07:00
|
|
|
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.
|
|
|
|
|
|
2023-03-27 09:31:02 +02:00
|
|
|
```{image} ../../images/nbresuse.png
|
|
|
|
|
:alt: Memory limit / usage shown with jupyter-resource-usage
|
|
|
|
|
```
|