Skip to content

Commit

Permalink
Add instructions on how to check space in user dir (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Nov 22, 2023
1 parent 2dd3d69 commit 058391b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/leap-pangeo/jupyterhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ We recommend you read this thoroughly, especially the part about Git and GitHub.

:::{warning}
Please do not store large files in your user directory `/home/jovyan`. Your home directory is intended only for notebooks, analysis scripts, and small datasets (< 1 GB). It is not an appropriate place to store large datasets.

To check how much space you are using in your home directory open a terminal window on the hub and run `du -h --max-depth=1 ~/ | sort -h`.
:::

(hub:data:buckets)=
Expand Down

0 comments on commit 058391b

Please sign in to comment.