I’m following Resize the resources available to your JupyterHub — The Littlest JupyterHub v0.1 documentation to display CPU and RAM limits per user, but nothing shows on the interface.
This is my current configuration:
root@jupyterhub:~# tljh-config show
users:
admin:
- root
https:
enabled: true
letsencrypt:
email: hello@juanlu.space
domains:
- jupyter.juanlu.space
user_environment:
default_app: jupyterlab
limits:
memory: 1G
cpu: 1
I did a tljh-config reload hub already, but even though the extension is enabled:

I don’t see any RAM or CPU indication on JupyterLab:

According to the documentation of jupyter-resource-usage, MEM_LIMIT and CPU_LIMIT are set by JupyterHub “if using a spawner that supports it”. However, if I try to read those two variables from os.environ, they’re not there.
I am not sure if this is a problem in jupyter-resource-usage (Not showing · Issue #85 · jupyter-server/jupyter-resource-usage · GitHub ?), JupyterHub, or something else.
How can I troubleshoot this myself and try to narrow down the problem a bit?

