Skip to content
Snippets Groups Projects
Commit 4d70940e authored by Natasha Pavlovikj's avatar Natasha Pavlovikj
Browse files

Merge branch 'add_ncdu' into 'master'

Add ncdu

See merge request !419
parents 44127db8 5651aed5
Branches
No related tags found
1 merge request!419Add ncdu
......@@ -22,6 +22,7 @@ weight = "95"
- [Why I can not access files under shared Attic/Swan Globus Collection?](#why-i-can-not-access-files-under-shared-attic-swan-globus-collection)
- [I am graduating soon, what will happen with my HCC account?](#i-am-graduating-soon-what-will-happen-with-my-hcc-account)
- [I need more resources than I can select with Open OnDemand Apps, can I do that?](#i-need-more-resources-than-i-can-select-with-open-ondemand-apps-can-i-do-that)
- [How can I check which directories utilize the most storage on Swan?](#how-can-i-check-which-directories-utilize-the-most-storage-on-swan)
---
......@@ -278,3 +279,9 @@ Access to HCC resources is separate from access to NU resources, so you do not l
#### I need more resources than I can select with Open OnDemand Apps, can I do that?
The Open OnDemand Apps are meant to be used for learning, development and light testing and have limited resources compared to the resources available for batch submissions. If the resources provided by OOD Apps are not enough, then they should migrate their workflow to batch script.
#### How can I check which directories utilize the most storage on Swan?
You can run `ncdu` from the Swan terminal with the file-system in question and (re)move directories and data if needed, e.g.,:
{{< highlight batch >}}
ncdu $HOME
{{< /highlight >}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment