2018-08-10 10:09:24 -07:00
|
|
|
.. _howto/admin/nbresuse:
|
2018-08-05 09:44:28 -07:00
|
|
|
|
|
|
|
|
=======================
|
|
|
|
|
Check your memory usage
|
|
|
|
|
=======================
|
|
|
|
|
|
|
|
|
|
The `nbresuse <https://github.com/yuvipanda/nbresuse>`_ 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.
|
|
|
|
|
|
2018-08-10 10:09:24 -07:00
|
|
|
.. image:: ../../images/nbresuse.png
|
2018-08-05 09:44:28 -07:00
|
|
|
:alt: Memory limit / usage shown with nbresuse
|